Skip to content

Commit 2ce6888

Browse files
chore(release): 1.2.0
# [1.2.0](v1.1.1...v1.2.0) (2020-12-28) ### Bug Fixes * readme ([c411acf](c411acf)) ### Features * readme ([e08ad3e](e08ad3e))
1 parent e00ee7e commit 2ce6888

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

android/app/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ android {
149149
targetSdkVersion rootProject.ext.targetSdkVersion
150150
missingDimensionStrategy "RNN.reactNativeVersion", "reactNative60" // See note below!
151151
versionCode 151
152-
versionName "1.2.0-qa.1"
152+
versionName "1.2.0"
153153
multiDexEnabled true
154154
resValue "string", "build_config_package", "com.colu.newcities"
155155
}

package.json

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

0 commit comments

Comments
 (0)