Skip to content

Commit

Permalink
chore(release): 1.0.7
Browse files Browse the repository at this point in the history
## [1.0.7](v1.0.6...v1.0.7) (2020-12-22)

### Bug Fixes

* get some ([#59](#59)) ([7a85cd1](7a85cd1))
  • Loading branch information
semantic-release-bot committed Dec 22, 2020
1 parent 0dda466 commit 0238ea7
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 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 136
versionName "1.0.7-qa.1"
versionCode 137
versionName "1.0.7"
multiDexEnabled true
resValue "string", "build_config_package", "com.colu.newcities"
}
Expand Down
2 changes: 1 addition & 1 deletion ios/ColuConsumerRn/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
</dict>
</array>
<key>CFBundleVersion</key>
<string>136</string>
<string>137</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-qa.1",
"version": "1.0.7",
"private": true,
"scripts": {
"postversion": "react-native-version --never-amend"
Expand Down

0 comments on commit 0238ea7

Please sign in to comment.