Skip to content

Commit

Permalink
Bump version to 2.23.2
Browse files Browse the repository at this point in the history
  • Loading branch information
melanke committed Nov 8, 2023
1 parent 35eef87 commit 7d2fd2a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "Neon",
"version": "2.23.0",
"version": "2.23.2",
"main": "./main.js",
"description": "Light wallet for NEO blockchain",
"homepage": "https://github.com/CityOfZion/neon-wallet",
Expand All @@ -22,6 +22,7 @@
"create-release:major": "node scripts/create-release.js major",
"release": "yarn assets && yarn electron-builder --publish always",
"release:mac": "yarn assets && yarn electron-builder --publish always --mac --x64 --arm64",
"build:win": "yarn assets && yarn electron-builder --win",
"dist": "yarn assets && dotenv yarn electron-builder",
"lint": "eslint -c .eslintrc ./app --ext .js,.jsx --ignore-pattern dist/",
"lint-fix": "eslint -c .eslintrc ./app --ext .js,.jsx --fix --ignore-pattern dist/",
Expand Down

0 comments on commit 7d2fd2a

Please sign in to comment.