Skip to content

Commit

Permalink
Bump version to 1.9.0 (#617)
Browse files Browse the repository at this point in the history
  • Loading branch information
diegolmello committed Feb 8, 2019
1 parent da79edf commit 73ba7bd
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 @@ -102,7 +102,7 @@ android {
minSdkVersion 21
targetSdkVersion 27
versionCode VERSIONCODE as Integer
versionName "1.8.0"
versionName "1.9.0"
ndk {
abiFilters "armeabi-v7a", "x86"
}
Expand Down
2 changes: 1 addition & 1 deletion ios/RocketChatRN/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>1.8.0</string>
<string>1.9.0</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleURLTypes</key>
Expand Down

0 comments on commit 73ba7bd

Please sign in to comment.