File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed
xcode-project/Casper Wallet/Casper Wallet.xcodeproj Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " Casper Wallet" ,
3
3
"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 " ,
5
5
"author" : " MAKE LLC" ,
6
6
"scripts" : {
7
7
"devtools:redux" : " redux-devtools --hostname=localhost" ,
Original file line number Diff line number Diff line change 1
1
HASH=$( git rev-parse --short HEAD)
2
2
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
Original file line number Diff line number Diff line change 584
584
CODE_SIGN_ENTITLEMENTS = "Casper Wallet/Casper Wallet.entitlements";
585
585
CODE_SIGN_STYLE = Automatic;
586
586
COMBINE_HIDPI_IMAGES = YES;
587
- CURRENT_PROJECT_VERSION = 69 ;
587
+ CURRENT_PROJECT_VERSION = 70 ;
588
588
ENABLE_HARDENED_RUNTIME = YES;
589
589
GENERATE_INFOPLIST_FILE = YES;
590
590
INFOPLIST_FILE = "Casper Wallet/Info.plist";
598
598
"@executable_path/../Frameworks",
599
599
);
600
600
MACOSX_DEPLOYMENT_TARGET = 10.14;
601
- MARKETING_VERSION = 1.11.0 ;
601
+ MARKETING_VERSION = 1.11.1 ;
602
602
OTHER_LDFLAGS = (
603
603
"-framework",
604
604
SafariServices,
621
621
CODE_SIGN_ENTITLEMENTS = "Casper Wallet/Casper Wallet.entitlements";
622
622
CODE_SIGN_STYLE = Automatic;
623
623
COMBINE_HIDPI_IMAGES = YES;
624
- CURRENT_PROJECT_VERSION = 69 ;
624
+ CURRENT_PROJECT_VERSION = 70 ;
625
625
ENABLE_HARDENED_RUNTIME = YES;
626
626
GENERATE_INFOPLIST_FILE = YES;
627
627
INFOPLIST_FILE = "Casper Wallet/Info.plist";
635
635
"@executable_path/../Frameworks",
636
636
);
637
637
MACOSX_DEPLOYMENT_TARGET = 10.14;
638
- MARKETING_VERSION = 1.11.0 ;
638
+ MARKETING_VERSION = 1.11.1 ;
639
639
OTHER_LDFLAGS = (
640
640
"-framework",
641
641
SafariServices,
You can’t perform that action at this time.
0 commit comments