Skip to content

Commit d8f96e7

Browse files
committed
chore: version bump
1 parent 935dde5 commit d8f96e7

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
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 128
84-
versionName "1.0.2"
83+
versionCode 130
84+
versionName "1.0.3"
8585
multiDexEnabled true
8686
missingDimensionStrategy 'react-native-camera', 'general'
8787
testBuildType System.getProperty('testBuildType', 'debug')

ios/bitkit.xcodeproj/project.pbxproj

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
6D61AF6BF24D299A178B8DC7 /* libPods-bitkit.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = "libPods-bitkit.a"; sourceTree = BUILT_PRODUCTS_DIR; };
5353
79DFAC55B0D745DE815EC2E0 /* InterTight-Regular.ttf */ = {isa = PBXFileReference; explicitFileType = undefined; fileEncoding = 9; includeInIndex = 0; lastKnownFileType = unknown; name = "InterTight-Regular.ttf"; path = "../src/assets/fonts/InterTight-Regular.ttf"; sourceTree = "<group>"; };
5454
81AB9BB72411601600AC10FF /* LaunchScreen.storyboard */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.storyboard; name = LaunchScreen.storyboard; path = bitkit/LaunchScreen.storyboard; sourceTree = "<group>"; };
55-
919FE2A2B4A7605C9F606896 /* PrivacyInfo.xcprivacy */ = {isa = PBXFileReference; includeInIndex = 1; name = PrivacyInfo.xcprivacy; path = bitkit/PrivacyInfo.xcprivacy; sourceTree = "<group>"; };
55+
919FE2A2B4A7605C9F606896 /* PrivacyInfo.xcprivacy */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xml; name = PrivacyInfo.xcprivacy; path = bitkit/PrivacyInfo.xcprivacy; sourceTree = "<group>"; };
5656
A223BA795CEB4CB2B344FBAF /* InterTight-ExtraBold.ttf */ = {isa = PBXFileReference; explicitFileType = undefined; fileEncoding = 9; includeInIndex = 0; lastKnownFileType = unknown; name = "InterTight-ExtraBold.ttf"; path = "../src/assets/fonts/InterTight-ExtraBold.ttf"; sourceTree = "<group>"; };
5757
ACADC3C1A08726B90E50E93B /* Pods-bitkit.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-bitkit.release.xcconfig"; path = "Target Support Files/Pods-bitkit/Pods-bitkit.release.xcconfig"; sourceTree = "<group>"; };
5858
C786E233D7BE548DB0912279 /* Pods-bitkit-bitkitTests.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-bitkit-bitkitTests.debug.xcconfig"; path = "Target Support Files/Pods-bitkit-bitkitTests/Pods-bitkit-bitkitTests.debug.xcconfig"; sourceTree = "<group>"; };
@@ -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 = 128;
522+
CURRENT_PROJECT_VERSION = 130;
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.2;
533+
MARKETING_VERSION = 1.0.3;
534534
OTHER_LDFLAGS = (
535535
"$(inherited)",
536536
"-ObjC",
@@ -551,8 +551,8 @@
551551
ASSETCATALOG_COMPILER_APPICON_NAME = AppIconOrange;
552552
ASSETCATALOG_COMPILER_INCLUDE_ALL_APPICON_ASSETS = YES;
553553
CLANG_ENABLE_MODULES = YES;
554-
CURRENT_PROJECT_VERSION = 111;
555-
DEVELOPMENT_TEAM = G864RK99VK;
554+
CURRENT_PROJECT_VERSION = 130;
555+
DEVELOPMENT_TEAM = KYH47R284B;
556556
ENABLE_BITCODE = NO;
557557
INFOPLIST_FILE = bitkit/Info.plist;
558558
INFOPLIST_KEY_CFBundleDisplayName = Bitkit;
@@ -562,7 +562,7 @@
562562
"$(inherited)",
563563
"@executable_path/Frameworks",
564564
);
565-
MARKETING_VERSION = 1.0.2;
565+
MARKETING_VERSION = 1.0.3;
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.2",
4+
"version": "1.0.3",
55
"scripts": {
66
"start": "react-native start",
77
"android": "react-native run-android",

0 commit comments

Comments
 (0)