Skip to content

Commit 6669d40

Browse files
committed
v1.15.0
1 parent d0b4bb3 commit 6669d40

4 files changed

Lines changed: 7 additions & 7 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 40
90-
versionName "1.14.1"
89+
versionCode 41
90+
versionName "1.15.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.14.1;
315+
MARKETING_VERSION = 1.15.0;
316316
OTHER_LDFLAGS = (
317317
"$(inherited)",
318318
"-ObjC",
@@ -350,7 +350,7 @@
350350
"$(inherited)",
351351
"@executable_path/Frameworks",
352352
);
353-
MARKETING_VERSION = 1.14.1;
353+
MARKETING_VERSION = 1.15.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.14.1",
3+
"version": "1.15.0",
44
"private": true,
55
"scripts": {
66
"android": "react-native run-android",

yarn.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9270,8 +9270,8 @@ tslib@2.7.0:
92709270
integrity sha512-gLXCKdN1/j47AiHiOkJN69hJmcbGTHI0ImLmbYLHykhgeN0jVGola9yVjFgzCUklsZQMW55o+dW7IXv3RCXDzA==
92719271

92729272
tslib@^1.8.1:
9273-
version "1.14.1"
9274-
resolved "https://registry.yarnpkg.com/tslib/-/tslib-1.14.1.tgz#cf2d38bdc34a134bcaf1091c41f6619e2f672d00"
9273+
version "1.15.0"
9274+
resolved "https://registry.yarnpkg.com/tslib/-/tslib-1.15.0.tgz#cf2d38bdc34a134bcaf1091c41f6619e2f672d00"
92759275
integrity sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg==
92769276

92779277
tslib@^2.0.3, tslib@^2.1.0, tslib@^2.4.0:

0 commit comments

Comments
 (0)