From 44bb8e8268e2a25df043dc9bc16bdfe60aec5d34 Mon Sep 17 00:00:00 2001 From: Maxwell Lasky Date: Thu, 13 Oct 2022 12:04:01 -0600 Subject: [PATCH] bump version set PATH --- .circleci/config.yml | 1 + package.json | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) 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",