Skip to content

Commit 3837c59

Browse files
committed
chore: version bump
1 parent aeb535b commit 3837c59

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

Diff for: android/app/build.gradle

+2-2
Original file line numberDiff line numberDiff line change
@@ -83,8 +83,8 @@ android {
8383
applicationId "to.bitkit"
8484
minSdkVersion rootProject.ext.minSdkVersion
8585
targetSdkVersion rootProject.ext.targetSdkVersion
86-
versionCode 136
87-
versionName "1.0.5"
86+
versionCode 138
87+
versionName "1.0.6"
8888
multiDexEnabled true
8989
missingDimensionStrategy 'react-native-camera', 'general'
9090
testBuildType System.getProperty('testBuildType', 'debug')

Diff for: ios/Podfile.lock

+1-1
Original file line numberDiff line numberDiff line change
@@ -2289,7 +2289,7 @@ SPEC CHECKSUMS:
22892289
SocketRocket: abac6f5de4d4d62d24e11868d7a2f427e0ef940d
22902290
sodium-react-native-direct: 8feb9a6d0d88ce65efa305d6cc774c11c62d9a15
22912291
SSZipArchive: c69881e8ac5521f0e622291387add5f60f30f3c4
2292-
Yoga: 2a45d7e59592db061217551fd3bbe2dd993817ae
2292+
Yoga: a1d7895431387402a674fd0d1c04ec85e87909b8
22932293
ZXingObjC: 8898711ab495761b2dbbdec76d90164a6d7e14c5
22942294

22952295
PODFILE CHECKSUM: cb153cb4a39e6c92c8b869eafab65a4bba7b869f

Diff for: ios/bitkit.xcodeproj/project.pbxproj

+4-4
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 = 136;
522+
CURRENT_PROJECT_VERSION = 138;
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.5;
533+
MARKETING_VERSION = 1.0.6;
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 = 136;
554+
CURRENT_PROJECT_VERSION = 138;
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.5;
565+
MARKETING_VERSION = 1.0.6;
566566
OTHER_LDFLAGS = (
567567
"$(inherited)",
568568
"-ObjC",

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "bitkit",
33
"author": "Synonym",
4-
"version": "1.0.5",
4+
"version": "1.0.6",
55
"scripts": {
66
"start": "react-native start",
77
"android": "react-native run-android",

0 commit comments

Comments
 (0)