diff --git a/app/android/app/build.gradle b/app/android/app/build.gradle index 30df62961..807630250 100644 --- a/app/android/app/build.gradle +++ b/app/android/app/build.gradle @@ -96,8 +96,8 @@ android { applicationId "org.instnt.multipass" minSdkVersion rootProject.ext.minSdkVersion targetSdkVersion rootProject.ext.targetSdkVersion - versionCode System.getenv("VERSION_CODE") ? System.getenv("VERSION_CODE").toInteger() : 2 - versionName System.getenv("VERSION_NAME") ? System.getenv("VERSION_NAME").toString() : "1.0.1" + versionCode System.getenv("VERSION_CODE") ? System.getenv("VERSION_CODE").toInteger() : 3 + versionName System.getenv("VERSION_NAME") ? System.getenv("VERSION_NAME").toString() : "1.0.2" missingDimensionStrategy 'react-native-camera', 'general' resValue 'string', "CODE_PUSH_APK_BUILD_TIME", String.format("\"%d\"", System.currentTimeMillis()) diff --git a/app/android/app/release/output-metadata.json b/app/android/app/release/output-metadata.json index dd3c7258a..89e80b337 100644 --- a/app/android/app/release/output-metadata.json +++ b/app/android/app/release/output-metadata.json @@ -11,8 +11,8 @@ "type": "SINGLE", "filters": [], "attributes": [], - "versionCode": 2, - "versionName": "1.0.1", + "versionCode": 3, + "versionName": "1.0.2", "outputFile": "app-release.apk" } ], diff --git a/app/ios/AriesBifold.xcodeproj/project.pbxproj b/app/ios/AriesBifold.xcodeproj/project.pbxproj index 4762e602f..bd6a456de 100644 --- a/app/ios/AriesBifold.xcodeproj/project.pbxproj +++ b/app/ios/AriesBifold.xcodeproj/project.pbxproj @@ -558,7 +558,7 @@ "$(inherited)", "$(SDKROOT)/usr/lib/swift", ); - MARKETING_VERSION = 1.0.2; + MARKETING_VERSION = 1.0.3; OTHER_LDFLAGS = ( "$(inherited)", "-ObjC", @@ -586,7 +586,7 @@ CODE_SIGN_ENTITLEMENTS = AriesBifold/AriesBifold.entitlements; CODE_SIGN_IDENTITY = "Apple Development"; CODE_SIGN_STYLE = Automatic; - CURRENT_PROJECT_VERSION = 4; + CURRENT_PROJECT_VERSION = 5; DEVELOPMENT_TEAM = 5448SDW7QG; ENABLE_BITCODE = NO; FRAMEWORK_SEARCH_PATHS = "$(inherited)"; @@ -600,7 +600,7 @@ "$(inherited)", "$(SDKROOT)/usr/lib/swift", ); - MARKETING_VERSION = 1.0.2; + MARKETING_VERSION = 1.0.3; OTHER_LDFLAGS = ( "$(inherited)", "-ObjC",