Skip to content

Commit b014b39

Browse files
committed
chore: build number bump
1 parent 91c65ef commit b014b39

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

android/app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ android {
7878
applicationId "to.synonym.bitkit.wallet"
7979
minSdkVersion rootProject.ext.minSdkVersion
8080
targetSdkVersion rootProject.ext.targetSdkVersion
81-
versionCode 96
81+
versionCode 108
8282
versionName "1.0"
8383
multiDexEnabled true
8484
missingDimensionStrategy 'react-native-camera', 'general'

ios/bitkit.xcodeproj/project.pbxproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -556,7 +556,7 @@
556556
buildSettings = {
557557
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
558558
CLANG_ENABLE_MODULES = YES;
559-
CURRENT_PROJECT_VERSION = 96;
559+
CURRENT_PROJECT_VERSION = 108;
560560
DEVELOPMENT_TEAM = KYH47R284B;
561561
ENABLE_BITCODE = NO;
562562
INFOPLIST_FILE = bitkit/Info.plist;
@@ -587,7 +587,7 @@
587587
buildSettings = {
588588
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
589589
CLANG_ENABLE_MODULES = YES;
590-
CURRENT_PROJECT_VERSION = 96;
590+
CURRENT_PROJECT_VERSION = 108;
591591
DEVELOPMENT_TEAM = KYH47R284B;
592592
ENABLE_BITCODE = NO;
593593
INFOPLIST_FILE = bitkit/Info.plist;

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.0.0-beta.96",
4+
"version": "1.0.0-beta.108",
55
"scripts": {
66
"start": "react-native start",
77
"android": "react-native run-android",

0 commit comments

Comments
 (0)