Skip to content

Commit efc1464

Browse files
committed
chore: build bump
1 parent f6c799d commit efc1464

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

android/app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ android {
8383
applicationId "to.bitkit"
8484
minSdkVersion rootProject.ext.minSdkVersion
8585
targetSdkVersion rootProject.ext.targetSdkVersion
86-
versionCode 151
86+
versionCode 152
8787
versionName "1.1.0"
8888
testBuildType System.getProperty('testBuildType', 'debug')
8989
testInstrumentationRunner 'androidx.test.runner.AndroidJUnitRunner'

ios/bitkit.xcodeproj/project.pbxproj

Lines changed: 2 additions & 2 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 = 151;
310+
CURRENT_PROJECT_VERSION = 152;
311311
DEVELOPMENT_TEAM = KYH47R284B;
312312
ENABLE_BITCODE = NO;
313313
INFOPLIST_FILE = bitkit/Info.plist;
@@ -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 = 151;
342+
CURRENT_PROJECT_VERSION = 152;
343343
DEVELOPMENT_TEAM = KYH47R284B;
344344
ENABLE_BITCODE = NO;
345345
INFOPLIST_FILE = bitkit/Info.plist;

0 commit comments

Comments
 (0)