Skip to content
This repository has been archived by the owner on May 8, 2024. It is now read-only.

Commit

Permalink
chore: update versions for new build
Browse files Browse the repository at this point in the history
  • Loading branch information
wswebcreation committed Jan 24, 2022
1 parent 934421f commit 6baaeb5
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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'
}
Expand Down
4 changes: 2 additions & 2 deletions ios/MyRNDemoApp/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>1.0.0</string>
<string>1.1.0</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleURLTypes</key>
Expand All @@ -34,7 +34,7 @@
</dict>
</array>
<key>CFBundleVersion</key>
<string>144</string>
<string>146</string>
<key>LSRequiresIPhoneOS</key>
<true />
<key>NSAppTransportSecurity</key>
Expand Down
4 changes: 2 additions & 2 deletions ios/MyRNDemoAppTests/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@
<key>CFBundlePackageType</key>
<string>BNDL</string>
<key>CFBundleShortVersionString</key>
<string>1.0.0</string>
<string>1.1.0</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>144</string>
<string>146</string>
</dict>
</plist>
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -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 .. ",
Expand All @@ -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",
Expand Down

0 comments on commit 6baaeb5

Please sign in to comment.