Skip to content

Commit 3d08aef

Browse files
authored
chore: version bump (#2556)
* chore: version bump * chore: version bump following master rebase * chore: bump android target sdk version * chore: iOS release version bump (missed previously) * chore: replace Podfile.lock with updated cocopods
1 parent 41412a5 commit 3d08aef

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

android/app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,8 +83,8 @@ android {
8383
applicationId "to.bitkit"
8484
minSdkVersion rootProject.ext.minSdkVersion
8585
targetSdkVersion rootProject.ext.targetSdkVersion
86-
versionCode 153
87-
versionName "1.1.1"
86+
versionCode 158
87+
versionName "1.1.3"
8888
testBuildType System.getProperty('testBuildType', 'debug')
8989
testInstrumentationRunner 'androidx.test.runner.AndroidJUnitRunner'
9090
}

android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ buildscript {
55
buildToolsVersion = "35.0.0"
66
minSdkVersion = 28
77
compileSdkVersion = 35
8-
targetSdkVersion = 34
8+
targetSdkVersion = 35
99
ndkVersion = "27.1.12297006"
1010
kotlin_version = "2.0.21"
1111
kotlinVersion = "2.0.21"

ios/bitkit.xcodeproj/project.pbxproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -307,7 +307,7 @@
307307
ASSETCATALOG_COMPILER_APPICON_NAME = AppIconOrange;
308308
ASSETCATALOG_COMPILER_INCLUDE_ALL_APPICON_ASSETS = YES;
309309
CLANG_ENABLE_MODULES = YES;
310-
CURRENT_PROJECT_VERSION = 153;
310+
CURRENT_PROJECT_VERSION = 158;
311311
DEVELOPMENT_TEAM = KYH47R284B;
312312
ENABLE_BITCODE = NO;
313313
INFOPLIST_FILE = bitkit/Info.plist;
@@ -318,7 +318,7 @@
318318
"$(inherited)",
319319
"@executable_path/Frameworks",
320320
);
321-
MARKETING_VERSION = 1.1.1;
321+
MARKETING_VERSION = 1.1.3;
322322
OTHER_LDFLAGS = (
323323
"$(inherited)",
324324
"-ObjC",
@@ -339,7 +339,7 @@
339339
ASSETCATALOG_COMPILER_APPICON_NAME = AppIconOrange;
340340
ASSETCATALOG_COMPILER_INCLUDE_ALL_APPICON_ASSETS = YES;
341341
CLANG_ENABLE_MODULES = YES;
342-
CURRENT_PROJECT_VERSION = 153;
342+
CURRENT_PROJECT_VERSION = 158;
343343
DEVELOPMENT_TEAM = KYH47R284B;
344344
ENABLE_BITCODE = NO;
345345
INFOPLIST_FILE = bitkit/Info.plist;
@@ -350,7 +350,7 @@
350350
"$(inherited)",
351351
"@executable_path/Frameworks",
352352
);
353-
MARKETING_VERSION = 1.1.1;
353+
MARKETING_VERSION = 1.1.3;
354354
OTHER_LDFLAGS = (
355355
"$(inherited)",
356356
"-ObjC",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "bitkit",
33
"author": "Synonym",
4-
"version": "1.1.1",
4+
"version": "1.1.3",
55
"scripts": {
66
"start": "react-native start --client-logs",
77
"android": "react-native run-android",

0 commit comments

Comments
 (0)