Skip to content

Commit

Permalink
fix: test
Browse files Browse the repository at this point in the history
  • Loading branch information
cohen72 authored Dec 22, 2020
2 parents ecd62c5 + a075715 commit 8b7258e
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -148,8 +148,8 @@ android {
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
missingDimensionStrategy "RNN.reactNativeVersion", "reactNative60" // See note below!
versionCode 132
versionName "1.0.5"
versionCode 133
versionName "1.0.6-beta.1"
multiDexEnabled true
resValue "string", "build_config_package", "com.colu.newcities"
}
Expand Down
4 changes: 2 additions & 2 deletions ios/ColuConsumerRn/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.5</string>
<string>1.0.6</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleURLTypes</key>
Expand All @@ -40,7 +40,7 @@
</dict>
</array>
<key>CFBundleVersion</key>
<string>132</string>
<string>133</string>
<key>FacebookAppID</key>
<string>800294393431311</string>
<key>FacebookDisplayName</key>
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "git-playground",
"version": "1.0.5",
"version": "1.0.6-beta.1",
"private": true,
"scripts": {
"postversion": "react-native-version --never-amend"
Expand Down

0 comments on commit 8b7258e

Please sign in to comment.