diff --git a/.circleci/config.yml b/.circleci/config.yml index 55c37abcc..42ba07327 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -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: diff --git a/package.json b/package.json index 8586e48f2..57ec996f7 100644 --- a/package.json +++ b/package.json @@ -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",