Skip to content

Commit

Permalink
bump version set PATH
Browse files Browse the repository at this point in the history
  • Loading branch information
comountainclimber committed Oct 13, 2022
1 parent 0ecdc4e commit 44bb8e8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ jobs:
- run: brew install pyenv
- run: pyenv install 2.7.18
- run: pyenv global 2.7.18
- run: PATH=$(pyenv root)/shims:$PATH
- run: yarn install --ignore-engines --frozen-lockfile --network-timeout 1000000 --network-concurrency 1
- run: yarn release
- store_artifacts:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "Neon",
"version": "2.16.2",
"version": "2.16.3",
"main": "./main.js",
"description": "Light wallet for NEO blockchain",
"homepage": "https://github.com/CityOfZion/neon-wallet",
Expand Down

0 comments on commit 44bb8e8

Please sign in to comment.