Skip to content

Commit 8d0f7fc

Browse files
committed
v1.26.0
1 parent 1a63469 commit 8d0f7fc

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

android/app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,8 +86,8 @@ android {
8686
applicationId "io.runonflux.sspkey"
8787
minSdkVersion rootProject.ext.minSdkVersion
8888
targetSdkVersion rootProject.ext.targetSdkVersion
89-
versionCode 54
90-
versionName "1.25.1"
89+
versionCode 55
90+
versionName "1.26.0"
9191
}
9292
signingConfigs {
9393
debug {

ios/SSPKey.xcodeproj/project.pbxproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -312,7 +312,7 @@
312312
"$(inherited)",
313313
"@executable_path/Frameworks",
314314
);
315-
MARKETING_VERSION = 1.25.1;
315+
MARKETING_VERSION = 1.26.0;
316316
OTHER_LDFLAGS = (
317317
"$(inherited)",
318318
"-ObjC",
@@ -350,7 +350,7 @@
350350
"$(inherited)",
351351
"@executable_path/Frameworks",
352352
);
353-
MARKETING_VERSION = 1.25.1;
353+
MARKETING_VERSION = 1.26.0;
354354
ONLY_ACTIVE_ARCH = YES;
355355
OTHER_LDFLAGS = (
356356
"$(inherited)",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ssp-key",
3-
"version": "1.25.1",
3+
"version": "1.26.0",
44
"private": true,
55
"scripts": {
66
"android": "react-native run-android",

0 commit comments

Comments
 (0)