Skip to content

Commit 17a44ad

Browse files
committed
chore: bump version
1 parent d73ae21 commit 17a44ad

File tree

2 files changed

+6
-10
lines changed

2 files changed

+6
-10
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 144
87-
versionName "1.0.8"
86+
versionCode 152
87+
versionName "1.1.0"
8888
testBuildType System.getProperty('testBuildType', 'debug')
8989
testInstrumentationRunner 'androidx.test.runner.AndroidJUnitRunner'
9090
}

ios/bitkit.xcodeproj/project.pbxproj

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -170,10 +170,6 @@
170170
attributes = {
171171
LastUpgradeCheck = 1400;
172172
TargetAttributes = {
173-
00E356ED1AD99517003FC87E = {
174-
CreatedOnToolsVersion = 6.2;
175-
TestTargetID = 13B07F861A680F5B00A75B9A;
176-
};
177173
13B07F861A680F5B00A75B9A = {
178174
LastSwiftMigration = 1120;
179175
};
@@ -311,7 +307,7 @@
311307
ASSETCATALOG_COMPILER_APPICON_NAME = AppIconOrange;
312308
ASSETCATALOG_COMPILER_INCLUDE_ALL_APPICON_ASSETS = YES;
313309
CLANG_ENABLE_MODULES = YES;
314-
CURRENT_PROJECT_VERSION = 144;
310+
CURRENT_PROJECT_VERSION = 152;
315311
DEVELOPMENT_TEAM = KYH47R284B;
316312
ENABLE_BITCODE = NO;
317313
INFOPLIST_FILE = bitkit/Info.plist;
@@ -322,7 +318,7 @@
322318
"$(inherited)",
323319
"@executable_path/Frameworks",
324320
);
325-
MARKETING_VERSION = 1.0.8;
321+
MARKETING_VERSION = 1.1.0;
326322
OTHER_LDFLAGS = (
327323
"$(inherited)",
328324
"-ObjC",
@@ -343,7 +339,7 @@
343339
ASSETCATALOG_COMPILER_APPICON_NAME = AppIconOrange;
344340
ASSETCATALOG_COMPILER_INCLUDE_ALL_APPICON_ASSETS = YES;
345341
CLANG_ENABLE_MODULES = YES;
346-
CURRENT_PROJECT_VERSION = 144;
342+
CURRENT_PROJECT_VERSION = 152;
347343
DEVELOPMENT_TEAM = KYH47R284B;
348344
ENABLE_BITCODE = NO;
349345
INFOPLIST_FILE = bitkit/Info.plist;
@@ -354,7 +350,7 @@
354350
"$(inherited)",
355351
"@executable_path/Frameworks",
356352
);
357-
MARKETING_VERSION = 1.0.8;
353+
MARKETING_VERSION = 1.1.0;
358354
OTHER_LDFLAGS = (
359355
"$(inherited)",
360356
"-ObjC",

0 commit comments

Comments
 (0)