Skip to content

Commit ef82f14

Browse files
committed
Release 1.12.0
1 parent 3cbbac9 commit ef82f14

File tree

4 files changed

+36
-36
lines changed

4 files changed

+36
-36
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": "1.11.1",
4+
"version": "1.12.0",
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.1#$HASH.zip ./* && npm run build:src
3+
npm run build:chrome && npm run build:firefox && cd ./build && zip -r casper-wallet-1.12.0#$HASH.zip ./* && npm run build:src

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

Lines changed: 32 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -38,13 +38,13 @@
3838
2439D7D429F0757C00F07C90 /* onboarding.html in Resources */ = {isa = PBXBuildFile; fileRef = 2439D7BE29F0757C00F07C90 /* onboarding.html */; };
3939
2439D7D529F0757C00F07C90 /* signature-request.html in Resources */ = {isa = PBXBuildFile; fileRef = 2439D7BF29F0757C00F07C90 /* signature-request.html */; };
4040
B3867CAE2A7B038000BD01B7 /* declarative_net_request_rules.json in Resources */ = {isa = PBXBuildFile; fileRef = B3867CAC2A7B038000BD01B7 /* declarative_net_request_rules.json */; };
41-
B3C8A9332C21AF6D006B8DA3 /* 314.bundle.js in Resources */ = {isa = PBXBuildFile; fileRef = B3C8A92C2C21AF6C006B8DA3 /* 314.bundle.js */; };
42-
B3C8A9342C21AF6D006B8DA3 /* 355.bundle.js in Resources */ = {isa = PBXBuildFile; fileRef = B3C8A92D2C21AF6C006B8DA3 /* 355.bundle.js */; };
43-
B3C8A9352C21AF6D006B8DA3 /* 83.bundle.js in Resources */ = {isa = PBXBuildFile; fileRef = B3C8A92E2C21AF6C006B8DA3 /* 83.bundle.js */; };
44-
B3C8A9362C21AF6D006B8DA3 /* 176.bundle.js in Resources */ = {isa = PBXBuildFile; fileRef = B3C8A92F2C21AF6C006B8DA3 /* 176.bundle.js */; };
45-
B3C8A9372C21AF6D006B8DA3 /* 878.bundle.js in Resources */ = {isa = PBXBuildFile; fileRef = B3C8A9302C21AF6C006B8DA3 /* 878.bundle.js */; };
46-
B3C8A9382C21AF6D006B8DA3 /* 564.bundle.js in Resources */ = {isa = PBXBuildFile; fileRef = B3C8A9312C21AF6C006B8DA3 /* 564.bundle.js */; };
47-
B3C8A9392C21AF6D006B8DA3 /* 467.bundle.js in Resources */ = {isa = PBXBuildFile; fileRef = B3C8A9322C21AF6C006B8DA3 /* 467.bundle.js */; };
41+
B39F2C712C885940002CF2B9 /* 646.bundle.js in Resources */ = {isa = PBXBuildFile; fileRef = B39F2C6A2C885940002CF2B9 /* 646.bundle.js */; };
42+
B39F2C722C885940002CF2B9 /* 652.bundle.js in Resources */ = {isa = PBXBuildFile; fileRef = B39F2C6B2C885940002CF2B9 /* 652.bundle.js */; };
43+
B39F2C732C885940002CF2B9 /* 271.bundle.js in Resources */ = {isa = PBXBuildFile; fileRef = B39F2C6C2C885940002CF2B9 /* 271.bundle.js */; };
44+
B39F2C742C885940002CF2B9 /* 812.bundle.js in Resources */ = {isa = PBXBuildFile; fileRef = B39F2C6D2C885940002CF2B9 /* 812.bundle.js */; };
45+
B39F2C752C885940002CF2B9 /* 209.bundle.js in Resources */ = {isa = PBXBuildFile; fileRef = B39F2C6E2C885940002CF2B9 /* 209.bundle.js */; };
46+
B39F2C762C885940002CF2B9 /* 63.bundle.js in Resources */ = {isa = PBXBuildFile; fileRef = B39F2C6F2C885940002CF2B9 /* 63.bundle.js */; };
47+
B39F2C772C885940002CF2B9 /* 36.bundle.js in Resources */ = {isa = PBXBuildFile; fileRef = B39F2C702C885940002CF2B9 /* 36.bundle.js */; };
4848
/* End PBXBuildFile section */
4949

5050
/* Begin PBXContainerItemProxy section */
@@ -109,13 +109,13 @@
109109
2439D7BE29F0757C00F07C90 /* onboarding.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; name = onboarding.html; path = ../../../build/firefox/onboarding.html; sourceTree = "<group>"; };
110110
2439D7BF29F0757C00F07C90 /* signature-request.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; name = "signature-request.html"; path = "../../../build/firefox/signature-request.html"; sourceTree = "<group>"; };
111111
B3867CAC2A7B038000BD01B7 /* declarative_net_request_rules.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; name = declarative_net_request_rules.json; path = ../../../src/declarative_net_request_rules.json; sourceTree = "<group>"; };
112-
B3C8A92C2C21AF6C006B8DA3 /* 314.bundle.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; name = 314.bundle.js; path = ../../../build/firefox/314.bundle.js; sourceTree = "<group>"; };
113-
B3C8A92D2C21AF6C006B8DA3 /* 355.bundle.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; name = 355.bundle.js; path = ../../../build/firefox/355.bundle.js; sourceTree = "<group>"; };
114-
B3C8A92E2C21AF6C006B8DA3 /* 83.bundle.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; name = 83.bundle.js; path = ../../../build/firefox/83.bundle.js; sourceTree = "<group>"; };
115-
B3C8A92F2C21AF6C006B8DA3 /* 176.bundle.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; name = 176.bundle.js; path = ../../../build/firefox/176.bundle.js; sourceTree = "<group>"; };
116-
B3C8A9302C21AF6C006B8DA3 /* 878.bundle.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; name = 878.bundle.js; path = ../../../build/firefox/878.bundle.js; sourceTree = "<group>"; };
117-
B3C8A9312C21AF6C006B8DA3 /* 564.bundle.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; name = 564.bundle.js; path = ../../../build/firefox/564.bundle.js; sourceTree = "<group>"; };
118-
B3C8A9322C21AF6C006B8DA3 /* 467.bundle.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; name = 467.bundle.js; path = ../../../build/firefox/467.bundle.js; sourceTree = "<group>"; };
112+
B39F2C6A2C885940002CF2B9 /* 646.bundle.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; name = 646.bundle.js; path = ../../../build/firefox/646.bundle.js; sourceTree = "<group>"; };
113+
B39F2C6B2C885940002CF2B9 /* 652.bundle.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; name = 652.bundle.js; path = ../../../build/firefox/652.bundle.js; sourceTree = "<group>"; };
114+
B39F2C6C2C885940002CF2B9 /* 271.bundle.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; name = 271.bundle.js; path = ../../../build/firefox/271.bundle.js; sourceTree = "<group>"; };
115+
B39F2C6D2C885940002CF2B9 /* 812.bundle.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; name = 812.bundle.js; path = ../../../build/firefox/812.bundle.js; sourceTree = "<group>"; };
116+
B39F2C6E2C885940002CF2B9 /* 209.bundle.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; name = 209.bundle.js; path = ../../../build/firefox/209.bundle.js; sourceTree = "<group>"; };
117+
B39F2C6F2C885940002CF2B9 /* 63.bundle.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; name = 63.bundle.js; path = ../../../build/firefox/63.bundle.js; sourceTree = "<group>"; };
118+
B39F2C702C885940002CF2B9 /* 36.bundle.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; name = 36.bundle.js; path = ../../../build/firefox/36.bundle.js; sourceTree = "<group>"; };
119119
/* End PBXFileReference section */
120120

121121
/* Begin PBXFrameworksBuildPhase section */
@@ -194,13 +194,13 @@
194194
2439D7A929F0757C00F07C90 /* Resources */ = {
195195
isa = PBXGroup;
196196
children = (
197-
B3C8A92E2C21AF6C006B8DA3 /* 83.bundle.js */,
198-
B3C8A92F2C21AF6C006B8DA3 /* 176.bundle.js */,
199-
B3C8A92C2C21AF6C006B8DA3 /* 314.bundle.js */,
200-
B3C8A92D2C21AF6C006B8DA3 /* 355.bundle.js */,
201-
B3C8A9322C21AF6C006B8DA3 /* 467.bundle.js */,
202-
B3C8A9312C21AF6C006B8DA3 /* 564.bundle.js */,
203-
B3C8A9302C21AF6C006B8DA3 /* 878.bundle.js */,
197+
B39F2C702C885940002CF2B9 /* 36.bundle.js */,
198+
B39F2C6F2C885940002CF2B9 /* 63.bundle.js */,
199+
B39F2C6E2C885940002CF2B9 /* 209.bundle.js */,
200+
B39F2C6C2C885940002CF2B9 /* 271.bundle.js */,
201+
B39F2C6A2C885940002CF2B9 /* 646.bundle.js */,
202+
B39F2C6B2C885940002CF2B9 /* 652.bundle.js */,
203+
B39F2C6D2C885940002CF2B9 /* 812.bundle.js */,
204204
B3867CAC2A7B038000BD01B7 /* declarative_net_request_rules.json */,
205205
2439D7AA29F0757C00F07C90 /* connectToApp.bundle.js */,
206206
2439D7AB29F0757C00F07C90 /* logo16.png */,
@@ -321,34 +321,34 @@
321321
isa = PBXResourcesBuildPhase;
322322
buildActionMask = 2147483647;
323323
files = (
324+
B39F2C772C885940002CF2B9 /* 36.bundle.js in Resources */,
324325
2439D7D429F0757C00F07C90 /* onboarding.html in Resources */,
326+
B39F2C752C885940002CF2B9 /* 209.bundle.js in Resources */,
325327
2439D7CB29F0757C00F07C90 /* logo64.png in Resources */,
328+
B39F2C732C885940002CF2B9 /* 271.bundle.js in Resources */,
326329
2439D7D229F0757C00F07C90 /* popup.bundle.js in Resources */,
330+
B39F2C742C885940002CF2B9 /* 812.bundle.js in Resources */,
327331
2439D7C029F0757C00F07C90 /* connectToApp.bundle.js in Resources */,
332+
B39F2C762C885940002CF2B9 /* 63.bundle.js in Resources */,
328333
2439D7D129F0757C00F07C90 /* assets in Resources */,
329334
2439D7C129F0757C00F07C90 /* logo16.png in Resources */,
330335
2439D7C729F0757C00F07C90 /* contentScript.bundle.js in Resources */,
331336
2439D7D329F0757C00F07C90 /* logo192.png in Resources */,
332337
2439D7C429F0757C00F07C90 /* locales in Resources */,
333338
2439D7D029F0757C00F07C90 /* onboarding.bundle.js in Resources */,
334-
B3C8A9352C21AF6D006B8DA3 /* 83.bundle.js in Resources */,
335-
B3C8A9342C21AF6D006B8DA3 /* 355.bundle.js in Resources */,
336339
2439D7C829F0757C00F07C90 /* popup.html in Resources */,
337340
2439D7C929F0757C00F07C90 /* background.bundle.js in Resources */,
341+
B39F2C722C885940002CF2B9 /* 652.bundle.js in Resources */,
342+
B39F2C712C885940002CF2B9 /* 646.bundle.js in Resources */,
338343
2439D7C529F0757C00F07C90 /* import-account-with-file.html in Resources */,
339344
2439D7C629F0757C00F07C90 /* sdk.bundle.js in Resources */,
340345
2439D7CD29F0757C00F07C90 /* importAccountWithFile.bundle.js in Resources */,
341-
B3C8A9392C21AF6D006B8DA3 /* 467.bundle.js in Resources */,
342-
B3C8A9362C21AF6D006B8DA3 /* 176.bundle.js in Resources */,
343346
2439D7CF29F0757C00F07C90 /* manifest.json in Resources */,
344-
B3C8A9332C21AF6D006B8DA3 /* 314.bundle.js in Resources */,
345347
2439D7CC29F0757C00F07C90 /* signatureRequest.bundle.js in Resources */,
346348
B3867CAE2A7B038000BD01B7 /* declarative_net_request_rules.json in Resources */,
347-
B3C8A9382C21AF6D006B8DA3 /* 564.bundle.js in Resources */,
348349
2439D7CA29F0757C00F07C90 /* logo128.png in Resources */,
349350
2439D7C229F0757C00F07C90 /* connect-to-app.html in Resources */,
350351
2439D7D529F0757C00F07C90 /* signature-request.html in Resources */,
351-
B3C8A9372C21AF6D006B8DA3 /* 878.bundle.js in Resources */,
352352
);
353353
runOnlyForDeploymentPostprocessing = 0;
354354
};
@@ -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 = 70;
587+
CURRENT_PROJECT_VERSION = 79;
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.1;
601+
MARKETING_VERSION = 1.12.0;
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 = 70;
624+
CURRENT_PROJECT_VERSION = 79;
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.1;
638+
MARKETING_VERSION = 1.12.0;
639639
OTHER_LDFLAGS = (
640640
"-framework",
641641
SafariServices,

0 commit comments

Comments
 (0)