Skip to content

Commit 1688420

Browse files
chore(release): 1.0.8-qa.2
## [1.0.8-qa.2](v1.0.8-qa.1...v1.0.8-qa.2) (2020-12-23) ### 🐛 * release notes generator fix ([8d3a126](8d3a126))
1 parent 8d3a126 commit 1688420

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

android/app/build.gradle

+2-2
Original file line numberDiff line numberDiff line change
@@ -148,8 +148,8 @@ android {
148148
minSdkVersion rootProject.ext.minSdkVersion
149149
targetSdkVersion rootProject.ext.targetSdkVersion
150150
missingDimensionStrategy "RNN.reactNativeVersion", "reactNative60" // See note below!
151-
versionCode 138
152-
versionName "1.0.8-qa.1"
151+
versionCode 139
152+
versionName "1.0.8-qa.2"
153153
multiDexEnabled true
154154
resValue "string", "build_config_package", "com.colu.newcities"
155155
}

ios/ColuConsumerRn/Info.plist

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
</dict>
4141
</array>
4242
<key>CFBundleVersion</key>
43-
<string>138</string>
43+
<string>139</string>
4444
<key>FacebookAppID</key>
4545
<string>800294393431311</string>
4646
<key>FacebookDisplayName</key>

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "git-playground",
3-
"version": "1.0.8-qa.1",
3+
"version": "1.0.8-qa.2",
44
"private": true,
55
"scripts": {
66
"postversion": "react-native-version --never-amend"

0 commit comments

Comments
 (0)