Skip to content

Commit 47a54c6

Browse files
committed
chore: build number bump
1 parent 55ea870 commit 47a54c6

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 117
83+
versionCode 118
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
@@ -536,7 +536,7 @@
536536
buildSettings = {
537537
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
538538
CLANG_ENABLE_MODULES = YES;
539-
CURRENT_PROJECT_VERSION = 117;
539+
CURRENT_PROJECT_VERSION = 118;
540540
DEVELOPMENT_TEAM = KYH47R284B;
541541
ENABLE_BITCODE = NO;
542542
INFOPLIST_FILE = bitkit/Info.plist;
@@ -567,7 +567,7 @@
567567
buildSettings = {
568568
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
569569
CLANG_ENABLE_MODULES = YES;
570-
CURRENT_PROJECT_VERSION = 117;
570+
CURRENT_PROJECT_VERSION = 118;
571571
DEVELOPMENT_TEAM = KYH47R284B;
572572
ENABLE_BITCODE = NO;
573573
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.117",
4+
"version": "1.0.0-beta.118",
55
"scripts": {
66
"start": "react-native start",
77
"android": "react-native run-android",

0 commit comments

Comments
 (0)