Skip to content

Commit

Permalink
Bump version to 1.5.1 (#516)
Browse files Browse the repository at this point in the history
  • Loading branch information
diegolmello committed Oct 29, 2018
1 parent c4929ea commit b8bf2fd
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.5.0"
versionName "1.5.1"
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.5.0</string>
<string>1.5.1</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleURLTypes</key>
Expand Down

0 comments on commit b8bf2fd

Please sign in to comment.