Skip to content

Commit 68fd2d7

Browse files
authored
Release 2.2.1 version (#1246)
1 parent 60ec95f commit 68fd2d7

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

package-lock.json

Lines changed: 2 additions & 2 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
@@ -1,7 +1,7 @@
11
{
22
"name": "Casper Wallet",
33
"description": "Securely manage your CSPR tokens and interact with dapps with the self-custody wallet for the Casper blockchain.",
4-
"version": "2.2.0",
4+
"version": "2.2.1",
55
"author": "MAKE LLC",
66
"scripts": {
77
"devtools:redux": "redux-devtools --hostname=localhost",

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.0rc3#$HASH.zip ./* && npm run build:src
3+
npm run build:chrome && npm run build:firefox && cd ./build && zip -r casper-wallet-2.2.1rc1#$HASH.zip ./* && npm run build:src

xcode-project/Casper Wallet/Casper Wallet.xcodeproj/project.pbxproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -640,7 +640,7 @@
640640
CODE_SIGN_ENTITLEMENTS = "Casper Wallet/Casper Wallet.entitlements";
641641
CODE_SIGN_STYLE = Automatic;
642642
COMBINE_HIDPI_IMAGES = YES;
643-
CURRENT_PROJECT_VERSION = 132;
643+
CURRENT_PROJECT_VERSION = 135;
644644
ENABLE_HARDENED_RUNTIME = YES;
645645
GENERATE_INFOPLIST_FILE = YES;
646646
INFOPLIST_FILE = "Casper Wallet/Info.plist";
@@ -654,7 +654,7 @@
654654
"@executable_path/../Frameworks",
655655
);
656656
MACOSX_DEPLOYMENT_TARGET = 10.14;
657-
MARKETING_VERSION = 2.2.0;
657+
MARKETING_VERSION = 2.2.1;
658658
OTHER_LDFLAGS = (
659659
"-framework",
660660
SafariServices,
@@ -677,7 +677,7 @@
677677
CODE_SIGN_ENTITLEMENTS = "Casper Wallet/Casper Wallet.entitlements";
678678
CODE_SIGN_STYLE = Automatic;
679679
COMBINE_HIDPI_IMAGES = YES;
680-
CURRENT_PROJECT_VERSION = 132;
680+
CURRENT_PROJECT_VERSION = 135;
681681
ENABLE_HARDENED_RUNTIME = YES;
682682
GENERATE_INFOPLIST_FILE = YES;
683683
INFOPLIST_FILE = "Casper Wallet/Info.plist";
@@ -691,7 +691,7 @@
691691
"@executable_path/../Frameworks",
692692
);
693693
MACOSX_DEPLOYMENT_TARGET = 10.14;
694-
MARKETING_VERSION = 2.2.0;
694+
MARKETING_VERSION = 2.2.1;
695695
OTHER_LDFLAGS = (
696696
"-framework",
697697
SafariServices,

0 commit comments

Comments
 (0)