Skip to content

Commit

Permalink
Bump app version to 1.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
enahum committed Nov 15, 2017
1 parent f011ecc commit 8d1ab7b
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ android {
minSdkVersion 21
targetSdkVersion 23
versionCode 63
versionName "1.4.0"
versionName "1.4.1"
multiDexEnabled true
ndk {
abiFilters "armeabi-v7a", "x86"
Expand Down
2 changes: 1 addition & 1 deletion ios/Mattermost/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.4.0</string>
<string>1.4.1</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleURLTypes</key>
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"deep-equal": "1.0.1",
"intl": "1.2.5",
"jail-monkey": "0.0.9",
"mattermost-redux": "mattermost/mattermost-redux#master",
"mattermost-redux": "mattermost/mattermost-redux#rn-release-1.4",
"prop-types": "15.5.10",
"react": "16.0.0-alpha.12",
"react-intl": "2.3.0",
Expand Down
6 changes: 3 additions & 3 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3930,9 +3930,9 @@ [email protected]:
dependencies:
tmpl "1.0.x"

mattermost-redux@mattermost/mattermost-redux#master:
version "1.0.0"
resolved "https://codeload.github.com/mattermost/mattermost-redux/tar.gz/c3c3f9e9cf2ab31b0e30c61b056b4da2972d95ea"
mattermost-redux@mattermost/mattermost-redux#rn-release-1.4:
version "1.0.1"
resolved "https://codeload.github.com/mattermost/mattermost-redux/tar.gz/367a08ef62fd7127b98e797a8d5ad08b7b7cbe6a"
dependencies:
deep-equal "1.0.1"
form-data "2.3.1"
Expand Down

0 comments on commit 8d1ab7b

Please sign in to comment.