Skip to content

Commit

Permalink
Bump binary version to v2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
robertying committed May 4, 2019
1 parent 6b647db commit 404c235
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ android {
renderscriptTargetApi 23
renderscriptSupportModeEnabled true
versionCode Integer.parseInt(VERSION_CODE)
versionName "2.0.0"
versionName "2.1.0"
}
signingConfigs {
if (CI) {
Expand Down
2 changes: 1 addition & 1 deletion ios/learnX/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>2.0.0</string>
<string>2.1.0</string>
<key>CFBundleSignature</key>
<string/>
<key>CFBundleVersion</key>
Expand Down

0 comments on commit 404c235

Please sign in to comment.