Skip to content

Commit

Permalink
Update to v2.19.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Martin8617 committed Sep 2, 2022
1 parent f5c7609 commit 45484e9
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions files/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "defi-wallet",
"version": "2.18.0",
"version": "2.19.0",
"description": "DeFi Wallet",
"main": "./electron-app/build/electron-app/index.js",
"author": {
Expand All @@ -11,7 +11,7 @@
"homepage": "https://github.com/Martin8617/Defi-Wallet-for-Raspberry-Pi",
"publicPath": "./",
"config": {
"ainVersion": "2.9.4"
"ainVersion": "2.10.0"
},
"scripts": {
"init": "npm ci --force && cd webapp && npm run init",
Expand All @@ -31,8 +31,8 @@
"pre:build:win": "node ./scripts/prebuild win",
"pre:build:armv7l": "sh pre-build-armv7l.sh $npm_package_config_ainVersion",
"pre:build:arm64": "sh pre-build-arm64.sh $npm_package_config_ainVersion",
"build:armv7l": "npm run pre:build:armv7l && npm run build:electron && electron-builder --linux --armv7l -p never",
"build:arm64": "npm run pre:build:arm64 && npm run build:electron && electron-builder --linux --arm64 -p never",
"build:armv7l": "npm run pre:build:armv7l && npm run build:electron && electron-builder --armv7l --linux -p never",
"build:arm64": "npm run pre:build:arm64 && npm run build:electron && electron-builder --arm64 --linux -p never",
"build:electron": "npm run build:react && npm run transpile:prod && npm run set_env:prod",
"build": "npm run build:electron && electron-builder",
"build:all": "npm run build:electron && electron-builder -mwl",
Expand Down

0 comments on commit 45484e9

Please sign in to comment.