Skip to content

Commit 66b82ac

Browse files
committed
chore: build number bump
1 parent f2f2a74 commit 66b82ac

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

android/app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ android {
8080
applicationId "to.bitkit"
8181
minSdkVersion rootProject.ext.minSdkVersion
8282
targetSdkVersion rootProject.ext.targetSdkVersion
83-
versionCode 134
83+
versionCode 135
8484
versionName "1.0.4"
8585
multiDexEnabled true
8686
missingDimensionStrategy 'react-native-camera', 'general'

ios/bitkit.xcodeproj/project.pbxproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -519,7 +519,7 @@
519519
ASSETCATALOG_COMPILER_APPICON_NAME = AppIconOrange;
520520
ASSETCATALOG_COMPILER_INCLUDE_ALL_APPICON_ASSETS = YES;
521521
CLANG_ENABLE_MODULES = YES;
522-
CURRENT_PROJECT_VERSION = 130;
522+
CURRENT_PROJECT_VERSION = 135;
523523
DEVELOPMENT_TEAM = KYH47R284B;
524524
ENABLE_BITCODE = NO;
525525
INFOPLIST_FILE = bitkit/Info.plist;
@@ -530,7 +530,7 @@
530530
"$(inherited)",
531531
"@executable_path/Frameworks",
532532
);
533-
MARKETING_VERSION = 1.0.3;
533+
MARKETING_VERSION = 1.0.4;
534534
OTHER_LDFLAGS = (
535535
"$(inherited)",
536536
"-ObjC",
@@ -551,7 +551,7 @@
551551
ASSETCATALOG_COMPILER_APPICON_NAME = AppIconOrange;
552552
ASSETCATALOG_COMPILER_INCLUDE_ALL_APPICON_ASSETS = YES;
553553
CLANG_ENABLE_MODULES = YES;
554-
CURRENT_PROJECT_VERSION = 130;
554+
CURRENT_PROJECT_VERSION = 135;
555555
DEVELOPMENT_TEAM = KYH47R284B;
556556
ENABLE_BITCODE = NO;
557557
INFOPLIST_FILE = bitkit/Info.plist;
@@ -562,7 +562,7 @@
562562
"$(inherited)",
563563
"@executable_path/Frameworks",
564564
);
565-
MARKETING_VERSION = 1.0.3;
565+
MARKETING_VERSION = 1.0.4;
566566
OTHER_LDFLAGS = (
567567
"$(inherited)",
568568
"-ObjC",

0 commit comments

Comments
 (0)