Skip to content

Commit eac495b

Browse files
Bump version to v1.2.2
1 parent 1028bec commit eac495b

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

android/app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,8 +85,8 @@ android {
8585
applicationId "xyz.commanderred.kaooappreloaded"
8686
minSdkVersion rootProject.ext.minSdkVersion
8787
targetSdkVersion rootProject.ext.targetSdkVersion
88-
versionCode 7
89-
versionName "1.2.1"
88+
versionCode 8
89+
versionName "1.2.2"
9090
externalNativeBuild {
9191
// For ndk-build, instead use the ndkBuild block.
9292
cmake {

ios/KaooAppReloaded.xcodeproj/project.pbxproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -265,7 +265,7 @@
265265
ASSETCATALOG_COMPILER_INCLUDE_ALL_APPICON_ASSETS = NO;
266266
CLANG_ALLOW_NON_MODULAR_INCLUDES_IN_FRAMEWORK_MODULES = YES;
267267
CLANG_ENABLE_MODULES = YES;
268-
CURRENT_PROJECT_VERSION = 7;
268+
CURRENT_PROJECT_VERSION = 8;
269269
ENABLE_BITCODE = NO;
270270
INFOPLIST_FILE = KaooAppReloaded/Info.plist;
271271
INFOPLIST_KEY_CFBundleDisplayName = "Kaoo - Order now";
@@ -297,7 +297,7 @@
297297
ASSETCATALOG_COMPILER_INCLUDE_ALL_APPICON_ASSETS = NO;
298298
CLANG_ALLOW_NON_MODULAR_INCLUDES_IN_FRAMEWORK_MODULES = YES;
299299
CLANG_ENABLE_MODULES = YES;
300-
CURRENT_PROJECT_VERSION = 7;
300+
CURRENT_PROJECT_VERSION = 8;
301301
INFOPLIST_FILE = KaooAppReloaded/Info.plist;
302302
INFOPLIST_KEY_CFBundleDisplayName = "Kaoo - Order now";
303303
INFOPLIST_KEY_UILaunchStoryboardName = LaunchScreen;

ios/KaooAppReloaded/Info.plist

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,11 @@
1919
<key>CFBundlePackageType</key>
2020
<string>APPL</string>
2121
<key>CFBundleShortVersionString</key>
22-
<string>1.2.1</string>
22+
<string>1.2.2</string>
2323
<key>CFBundleSignature</key>
2424
<string>????</string>
2525
<key>CFBundleVersion</key>
26-
<string>7</string>
26+
<string>8</string>
2727
<key>LSRequiresIPhoneOS</key>
2828
<true/>
2929
<key>NSAppTransportSecurity</key>

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "kaooappreloaded",
3-
"version": "1.2.1",
3+
"version": "1.2.2",
44
"private": true,
55
"scripts": {
66
"android": "react-native run-android --active-arch-only",

0 commit comments

Comments
 (0)