Skip to content

Commit

Permalink
Bump app version number to 1.20.2 (#2954)
Browse files Browse the repository at this point in the history
  • Loading branch information
enahum authored and hmhealey committed Jul 5, 2019
1 parent b793568 commit b837f76
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ android {
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 201
versionName "1.20.1"
versionName "1.20.2"
multiDexEnabled = true
ndk {
abiFilters 'armeabi-v7a','arm64-v8a','x86','x86_64'
Expand Down
2 changes: 1 addition & 1 deletion ios/Mattermost/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>1.20.1</string>
<string>1.20.2</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleURLTypes</key>
Expand Down
2 changes: 1 addition & 1 deletion ios/MattermostShare/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<key>CFBundlePackageType</key>
<string>XPC!</string>
<key>CFBundleShortVersionString</key>
<string>1.20.1</string>
<string>1.20.2</string>
<key>CFBundleVersion</key>
<string>201</string>
<key>NSAppTransportSecurity</key>
Expand Down
2 changes: 1 addition & 1 deletion ios/MattermostTests/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>BNDL</string>
<key>CFBundleShortVersionString</key>
<string>1.20.1</string>
<string>1.20.2</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
Expand Down
2 changes: 1 addition & 1 deletion ios/NotificationService/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<key>CFBundlePackageType</key>
<string>XPC!</string>
<key>CFBundleShortVersionString</key>
<string>1.20.1</string>
<string>1.20.2</string>
<key>CFBundleVersion</key>
<string>201</string>
<key>NSExtension</key>
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mattermost-mobile",
"version": "1.20.1",
"version": "1.20.2",
"description": "Mattermost Mobile with React Native",
"repository": "[email protected]:mattermost/mattermost-mobile.git",
"author": "Mattermost, Inc.",
Expand Down Expand Up @@ -146,4 +146,4 @@
"node_modules/(?!react-native|jail-monkey)"
]
}
}
}

0 comments on commit b837f76

Please sign in to comment.