diff --git a/android/app/build.gradle b/android/app/build.gradle
index 34bac0a..11cf9ff 100644
--- a/android/app/build.gradle
+++ b/android/app/build.gradle
@@ -141,8 +141,8 @@ android {
applicationId "com.saucelabs.mydemoapp.rn"
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
- versionCode 224
- versionName "1.0.0"
+ versionCode 226
+ versionName "1.1.0"
// For the QR-code scanner
missingDimensionStrategy 'react-native-camera', 'general'
}
diff --git a/ios/MyRNDemoApp/Info.plist b/ios/MyRNDemoApp/Info.plist
index b3354f7..354c30f 100644
--- a/ios/MyRNDemoApp/Info.plist
+++ b/ios/MyRNDemoApp/Info.plist
@@ -17,7 +17,7 @@
CFBundlePackageType
APPL
CFBundleShortVersionString
- 1.0.0
+ 1.1.0
CFBundleSignature
????
CFBundleURLTypes
@@ -34,7 +34,7 @@
CFBundleVersion
- 144
+ 146
LSRequiresIPhoneOS
NSAppTransportSecurity
diff --git a/ios/MyRNDemoAppTests/Info.plist b/ios/MyRNDemoAppTests/Info.plist
index 754c4df..57e8253 100644
--- a/ios/MyRNDemoAppTests/Info.plist
+++ b/ios/MyRNDemoAppTests/Info.plist
@@ -15,10 +15,10 @@
CFBundlePackageType
BNDL
CFBundleShortVersionString
- 1.0.0
+ 1.1.0
CFBundleSignature
????
CFBundleVersion
- 144
+ 146
diff --git a/package.json b/package.json
index 8c289a1..199613a 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "my-demo-app-rn",
- "version": "1.0.0",
+ "version": "1.1.0",
"private": true,
"scripts": {
"android.clean": "cd android && ./gradlew clean && cd .. ",
@@ -9,7 +9,7 @@
"clean": "react-native-clean-project",
"clear.cache": "watchman watch-del-all && rm -rf $TMPDIR/react-* && rm -rf $TMPDIR/metro* && rm -rf $TMPDIR/haste-*",
"ios.dev": "yarn version.apps --target ios && react-native run-ios",
- "ios.release.sim.build": "react-native run-ios --configuration Release",
+ "ios.release.sim.build": "yarn version.apps --target ios && react-native run-ios --configuration Release",
"ios.pods": "cd ios && pod install && cd ..",
"lint": "eslint . --ext .js,.jsx,.ts,.tsx",
"postversion": "react-native-version",