Skip to content

Commit b15db0f

Browse files
committed
chore: update version to 1.0.1
1 parent fbdb9f9 commit b15db0f

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

android/app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,8 +80,8 @@ android {
8080
applicationId "to.bitkit"
8181
minSdkVersion rootProject.ext.minSdkVersion
8282
targetSdkVersion rootProject.ext.targetSdkVersion
83-
versionCode 111
84-
versionName "1.0"
83+
versionCode 126
84+
versionName "1.0.1"
8585
multiDexEnabled true
8686
missingDimensionStrategy 'react-native-camera', 'general'
8787
}

ios/bitkit.xcodeproj/project.pbxproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -517,7 +517,7 @@
517517
ASSETCATALOG_COMPILER_APPICON_NAME = AppIconOrange;
518518
ASSETCATALOG_COMPILER_INCLUDE_ALL_APPICON_ASSETS = YES;
519519
CLANG_ENABLE_MODULES = YES;
520-
CURRENT_PROJECT_VERSION = 111;
520+
CURRENT_PROJECT_VERSION = 126;
521521
DEVELOPMENT_TEAM = KYH47R284B;
522522
ENABLE_BITCODE = NO;
523523
INFOPLIST_FILE = bitkit/Info.plist;
@@ -528,7 +528,7 @@
528528
"$(inherited)",
529529
"@executable_path/Frameworks",
530530
);
531-
MARKETING_VERSION = 1.0;
531+
MARKETING_VERSION = 1.0.1;
532532
OTHER_LDFLAGS = (
533533
"$(inherited)",
534534
"-ObjC",
@@ -549,7 +549,7 @@
549549
ASSETCATALOG_COMPILER_APPICON_NAME = AppIconOrange;
550550
ASSETCATALOG_COMPILER_INCLUDE_ALL_APPICON_ASSETS = YES;
551551
CLANG_ENABLE_MODULES = YES;
552-
CURRENT_PROJECT_VERSION = 111;
552+
CURRENT_PROJECT_VERSION = 126;
553553
DEVELOPMENT_TEAM = KYH47R284B;
554554
ENABLE_BITCODE = NO;
555555
INFOPLIST_FILE = bitkit/Info.plist;
@@ -560,7 +560,7 @@
560560
"$(inherited)",
561561
"@executable_path/Frameworks",
562562
);
563-
MARKETING_VERSION = 1.0;
563+
MARKETING_VERSION = 1.0.1;
564564
OTHER_LDFLAGS = (
565565
"$(inherited)",
566566
"-ObjC",

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.111",
4+
"version": "1.0.1",
55
"scripts": {
66
"start": "react-native start",
77
"android": "react-native run-android",

0 commit comments

Comments
 (0)