Skip to content

Commit f980430

Browse files
committed
Release 1.11.1 version
1 parent 9e5c3c7 commit f980430

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

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": "1.11.0",
4+
"version": "1.11.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-1.11.0.rc5#$HASH.zip ./* && npm run build:src
3+
npm run build:chrome && npm run build:firefox && cd ./build && zip -r casper-wallet-1.11.1#$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
@@ -584,7 +584,7 @@
584584
CODE_SIGN_ENTITLEMENTS = "Casper Wallet/Casper Wallet.entitlements";
585585
CODE_SIGN_STYLE = Automatic;
586586
COMBINE_HIDPI_IMAGES = YES;
587-
CURRENT_PROJECT_VERSION = 69;
587+
CURRENT_PROJECT_VERSION = 70;
588588
ENABLE_HARDENED_RUNTIME = YES;
589589
GENERATE_INFOPLIST_FILE = YES;
590590
INFOPLIST_FILE = "Casper Wallet/Info.plist";
@@ -598,7 +598,7 @@
598598
"@executable_path/../Frameworks",
599599
);
600600
MACOSX_DEPLOYMENT_TARGET = 10.14;
601-
MARKETING_VERSION = 1.11.0;
601+
MARKETING_VERSION = 1.11.1;
602602
OTHER_LDFLAGS = (
603603
"-framework",
604604
SafariServices,
@@ -621,7 +621,7 @@
621621
CODE_SIGN_ENTITLEMENTS = "Casper Wallet/Casper Wallet.entitlements";
622622
CODE_SIGN_STYLE = Automatic;
623623
COMBINE_HIDPI_IMAGES = YES;
624-
CURRENT_PROJECT_VERSION = 69;
624+
CURRENT_PROJECT_VERSION = 70;
625625
ENABLE_HARDENED_RUNTIME = YES;
626626
GENERATE_INFOPLIST_FILE = YES;
627627
INFOPLIST_FILE = "Casper Wallet/Info.plist";
@@ -635,7 +635,7 @@
635635
"@executable_path/../Frameworks",
636636
);
637637
MACOSX_DEPLOYMENT_TARGET = 10.14;
638-
MARKETING_VERSION = 1.11.0;
638+
MARKETING_VERSION = 1.11.1;
639639
OTHER_LDFLAGS = (
640640
"-framework",
641641
SafariServices,

0 commit comments

Comments
 (0)