Skip to content

Commit 540306e

Browse files
committed
chore: bump app version to 1.101.2
1 parent efd70c1 commit 540306e

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

android/app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ android {
150150
minSdkVersion rootProject.ext.minSdkVersion
151151
targetSdkVersion rootProject.ext.targetSdkVersion
152152
versionCode appVersionCode
153-
versionName "1.101.1"
153+
versionName "1.101.2"
154154
multiDexEnabled true
155155
testBuildType System.getProperty('testBuildType', 'debug')
156156
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"

android/gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ RELEASE_KEY_ALIAS=mobilestack-key-alias
2525

2626
# Setting this manually based on version number until we have this deploying via Cloud Build
2727
# Example: v1.5.1 deployment number 1 = 1005001001 (1 005 001 001)
28-
VERSION_CODE=1021071686
28+
VERSION_CODE=1021071687
2929
# AndroidX package structure to make it clearer which packages are bundled with the
3030
# Android operating system, and which are packaged with your app's APK
3131
# https://developer.android.com/topic/libraries/support-library/androidx-rn

ios/MobileStack.xcodeproj/project.pbxproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -765,7 +765,7 @@
765765
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
766766
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
767767
COPY_PHASE_STRIP = NO;
768-
CURRENT_PROJECT_VERSION = 166;
768+
CURRENT_PROJECT_VERSION = 167;
769769
ENABLE_BITCODE = NO;
770770
ENABLE_STRICT_OBJC_MSGSEND = YES;
771771
"EXCLUDED_ARCHS[sdk=iphonesimulator*]" = "arm64 ";
@@ -792,7 +792,7 @@
792792
"${PODS_CONFIGURATION_BUILD_DIR}/React-graphics/React_graphics.framework/Headers/react/renderer/graphics/platform/ios",
793793
);
794794
IPHONEOS_DEPLOYMENT_TARGET = 15.0;
795-
MARKETING_VERSION = 1.101.1;
795+
MARKETING_VERSION = 1.101.2;
796796
MTL_ENABLE_DEBUG_INFO = YES;
797797
ONLY_ACTIVE_ARCH = YES;
798798
OTHER_CFLAGS = "$(inherited)";
@@ -826,7 +826,7 @@
826826
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
827827
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
828828
COPY_PHASE_STRIP = YES;
829-
CURRENT_PROJECT_VERSION = 166;
829+
CURRENT_PROJECT_VERSION = 167;
830830
ENABLE_BITCODE = NO;
831831
ENABLE_NS_ASSERTIONS = NO;
832832
ENABLE_STRICT_OBJC_MSGSEND = YES;
@@ -851,7 +851,7 @@
851851
"${PODS_CONFIGURATION_BUILD_DIR}/React-graphics/React_graphics.framework/Headers/react/renderer/graphics/platform/ios",
852852
);
853853
IPHONEOS_DEPLOYMENT_TARGET = 15.0;
854-
MARKETING_VERSION = 1.101.1;
854+
MARKETING_VERSION = 1.101.2;
855855
MTL_ENABLE_DEBUG_INFO = NO;
856856
OTHER_CFLAGS = "$(inherited)";
857857
OTHER_CPLUSPLUSFLAGS = "$(inherited)";

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@valora/wallet",
3-
"version": "1.101.1",
3+
"version": "1.101.2",
44
"author": "Valora Inc",
55
"license": "Apache-2.0",
66
"private": true,

0 commit comments

Comments
 (0)