Skip to content

Commit 4a449bc

Browse files
committed
Release 2.2.0 version
1 parent 35a8902 commit 4a449bc

File tree

3 files changed

+4
-6
lines changed

3 files changed

+4
-6
lines changed

package-lock.json

Lines changed: 2 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@
7171
"base64-loader": "1.0.0",
7272
"big.js": "^6.2.1",
7373
"casper-js-sdk": "^5.0.6",
74-
"casper-wallet-core": "git+ssh://git@github.com:make-software/casper-wallet-core.git#74873a73aee0b8327d4b2cd3b9d077f049c4ceeb",
74+
"casper-wallet-core": "git+ssh://git@github.com:make-software/casper-wallet-core.git#v1.1.4",
7575
"date-fns": "^2.30.0",
7676
"dotenv-webpack": "^8.1.0",
7777
"i18next": "^23.11.0",

scripts/build_all.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
HASH=$(git rev-parse --short HEAD)
22

3-
npm run build:chrome && npm run build:firefox && cd ./build && zip -r casper-wallet-2.2.0rc2#$HASH.zip ./* && npm run build:src
3+
npm run build:chrome && npm run build:firefox && cd ./build && zip -r casper-wallet-2.2.0rc3#$HASH.zip ./* && npm run build:src

0 commit comments

Comments
 (0)