Skip to content

Commit 8252497

Browse files
committed
chore: build number bump
1 parent 1a727bf commit 8252497

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
@@ -80,7 +80,7 @@ android {
8080
applicationId "to.synonym.bitkit.wallet"
8181
minSdkVersion rootProject.ext.minSdkVersion
8282
targetSdkVersion rootProject.ext.targetSdkVersion
83-
versionCode 122
83+
versionCode 123
8484
versionName "1.0"
8585
multiDexEnabled true
8686
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 = 122;
559+
CURRENT_PROJECT_VERSION = 123;
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 = 122;
590+
CURRENT_PROJECT_VERSION = 123;
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.122",
4+
"version": "1.0.0-beta.123",
55
"scripts": {
66
"start": "react-native start",
77
"android": "react-native run-android",

0 commit comments

Comments
 (0)