Skip to content

Commit 71aa952

Browse files
authored
Merge pull request #2410 from synonymdev/release-v1.0.7
Release v1.0.7
2 parents bfa857b + a8dc479 commit 71aa952

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
@@ -83,8 +83,8 @@ android {
8383
applicationId "to.bitkit"
8484
minSdkVersion rootProject.ext.minSdkVersion
8585
targetSdkVersion rootProject.ext.targetSdkVersion
86-
versionCode 138
87-
versionName "1.0.6"
86+
versionCode 142
87+
versionName "1.0.7"
8888
multiDexEnabled true
8989
missingDimensionStrategy 'react-native-camera', 'general'
9090
testBuildType System.getProperty('testBuildType', 'debug')

ios/bitkit.xcodeproj/project.pbxproj

Lines changed: 4 additions & 4 deletions
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 = 138;
522+
CURRENT_PROJECT_VERSION = 142;
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.6;
533+
MARKETING_VERSION = 1.0.7;
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 = 138;
554+
CURRENT_PROJECT_VERSION = 142;
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.6;
565+
MARKETING_VERSION = 1.0.7;
566566
OTHER_LDFLAGS = (
567567
"$(inherited)",
568568
"-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.6",
4+
"version": "1.0.7",
55
"scripts": {
66
"start": "react-native start",
77
"android": "react-native run-android",

0 commit comments

Comments
 (0)