Skip to content

Commit

Permalink
bug fix restore
Browse files Browse the repository at this point in the history
  • Loading branch information
TheTrunk committed Jun 22, 2024
1 parent 0e2a98d commit 4b87d0f
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 5 deletions.
4 changes: 2 additions & 2 deletions android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -83,8 +83,8 @@ android {
applicationId "io.runonflux.sspkey"
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 20
versionName "1.2.1"
versionCode 21
versionName "1.2.2"
}
signingConfigs {
debug {
Expand Down
4 changes: 2 additions & 2 deletions ios/SSPKey.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -521,7 +521,7 @@
"$(inherited)",
"@executable_path/Frameworks",
);
MARKETING_VERSION = 1.2.1;
MARKETING_VERSION = 1.2.2;
OTHER_LDFLAGS = (
"$(inherited)",
"-ObjC",
Expand Down Expand Up @@ -558,7 +558,7 @@
"$(inherited)",
"@executable_path/Frameworks",
);
MARKETING_VERSION = 1.2.1;
MARKETING_VERSION = 1.2.2;
ONLY_ACTIVE_ARCH = YES;
OTHER_LDFLAGS = (
"$(inherited)",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ssp-key",
"version": "1.2.1",
"version": "1.2.2",
"private": true,
"scripts": {
"android": "react-native run-android",
Expand Down
1 change: 1 addition & 0 deletions src/store/ssp/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ const seedPhraseSlice = createSlice({
state.seedPhrase = '';
state.sspWalletKeyInternalIdentity = '';
state.sspWalletInternalIdentity = '';
state.identityChain = 'btc';
},
},
});
Expand Down

0 comments on commit 4b87d0f

Please sign in to comment.