Skip to content

Commit

Permalink
chore(release): 1.0.8-qa.1
Browse files Browse the repository at this point in the history
## [1.0.8-qa.1](v1.0.7...v1.0.8-qa.1) (2020-12-23)
  • Loading branch information
semantic-release-bot committed Dec 23, 2020
1 parent 500e4f8 commit c09bfce
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 137
versionName "1.0.7"
versionCode 138
versionName "1.0.8-qa.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.7</string>
<string>1.0.8</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleURLTypes</key>
Expand All @@ -40,7 +40,7 @@
</dict>
</array>
<key>CFBundleVersion</key>
<string>137</string>
<string>138</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.7",
"version": "1.0.8-qa.1",
"private": true,
"scripts": {
"postversion": "react-native-version --never-amend"
Expand Down

0 comments on commit c09bfce

Please sign in to comment.