Skip to content

Commit 861d2ac

Browse files
committed
Bump version to 2.1.1 and update casper-wallet-core dependency to v1.1.1.
1 parent dd8076e commit 861d2ac

File tree

3 files changed

+8
-10
lines changed

3 files changed

+8
-10
lines changed

package-lock.json

Lines changed: 6 additions & 8 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#503f4310de2ab76bdb5fcb99f0ae4536763b7b68",
74+
"casper-wallet-core": "git+ssh://git@github.com:make-software/casper-wallet-core.git#v1.1.1",
7575
"confetti-js": "^0.0.18",
7676
"date-fns": "^2.30.0",
7777
"dotenv-webpack": "^8.1.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.1.0rc8#$HASH.zip ./* && npm run build:src
3+
npm run build:chrome && npm run build:firefox && cd ./build && zip -r casper-wallet-2.1.1rc2#$HASH.zip ./* && npm run build:src

0 commit comments

Comments
 (0)