Skip to content

Commit

Permalink
Bump version to 3.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
raulduartep committed Jan 24, 2025
1 parent 0ea6a98 commit 9e1c33b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "neon3",
"version": "3.4.0",
"version": "3.4.1",
"description": "Light wallet for NEO blockchain",
"homepage": "https://github.com/CityOfZion/neon-wallet-desktop",
"author": "Coz (https://github.com/CityOfZion)",
Expand All @@ -17,9 +17,7 @@
"build:win": "npm run build && electron-builder --win --config",
"build:mac": "npm run build && electron-builder --mac --config",
"build:linux": "npm run build && electron-builder --linux --config",
"create-release:patch": "node scripts/create-release.js patch",
"create-release:minor": "node scripts/create-release.js minor",
"create-release:major": "node scripts/create-release.js major",
"create-release": "tsx scripts/create-release.ts",
"generate-checksums": "node scripts/generate-checksums.js",
"prepare": "husky install",
"i18next:interfaces": "i18next-resources-for-ts interface -i src/renderer/src/locales/en -o src/shared/@types/i18next-resources.d.ts",
Expand Down Expand Up @@ -112,6 +110,7 @@
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-simple-import-sort": "^10.0.0",
"husky": "^8.0.0",
"inquirer": "^12.3.2",
"lint-staged": "^14.0.1",
"postcss": "^8.4.29",
"prettier": "^3.0.2",
Expand All @@ -121,6 +120,7 @@
"tailwind-merge": "^1.14.0",
"tailwindcss": "^3.3.3",
"tailwindcss-animate": "^1.0.7",
"tsx": "^4.19.2",
"typescript": "^5.1.6",
"vite": "^4.4.9",
"vite-plugin-node-polyfills": "^0.17.0",
Expand Down

0 comments on commit 9e1c33b

Please sign in to comment.