Skip to content

Commit

Permalink
fix bch original backend
Browse files Browse the repository at this point in the history
  • Loading branch information
TheTrunk committed Jun 21, 2024
1 parent f61e276 commit 0e2a98d
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 19
versionName "1.2.0"
versionCode 20
versionName "1.2.1"
}
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.0;
MARKETING_VERSION = 1.2.1;
OTHER_LDFLAGS = (
"$(inherited)",
"-ObjC",
Expand Down Expand Up @@ -558,7 +558,7 @@
"$(inherited)",
"@executable_path/Frameworks",
);
MARKETING_VERSION = 1.2.0;
MARKETING_VERSION = 1.2.1;
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.0",
"version": "1.2.1",
"private": true,
"scripts": {
"android": "react-native run-android",
Expand Down
1 change: 1 addition & 0 deletions src/storage/backends.ts
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@ export function backendsOriginal() {
btc,
doge,
zec,
bch,
btcTestnet,
btcSignet,
};
Expand Down

0 comments on commit 0e2a98d

Please sign in to comment.