Skip to content

Commit

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

### Bug Fixes

* something 1 ([ea46939](ea46939))
* something 2 ([2da2720](2da2720))
* test ([8b7258e](8b7258e))
  • Loading branch information
semantic-release-bot committed Dec 22, 2020
1 parent 8b7258e commit e15b2cf
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 133
versionName "1.0.6-beta.1"
versionCode 134
versionName "1.0.6"
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>133</string>
<string>134</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.6-beta.1",
"version": "1.0.6",
"private": true,
"scripts": {
"postversion": "react-native-version --never-amend"
Expand Down

0 comments on commit e15b2cf

Please sign in to comment.