Skip to content

Commit

Permalink
Bump app version number to 2.15.0
Browse files Browse the repository at this point in the history
  • Loading branch information
runner authored and runner committed Mar 18, 2024
1 parent 87ba073 commit 7f4d650
Show file tree
Hide file tree
Showing 6 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 @@ -112,7 +112,7 @@ android {
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 511
versionName "2.14.0"
versionName "2.15.0"
testBuildType System.getProperty('testBuildType', 'debug')
testInstrumentationRunner 'androidx.test.runner.AndroidJUnitRunner'
}
Expand Down
2 changes: 1 addition & 1 deletion ios/Mattermost/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>2.14.0</string>
<string>2.15.0</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 @@ -19,7 +19,7 @@
<key>CFBundlePackageType</key>
<string>XPC!</string>
<key>CFBundleShortVersionString</key>
<string>2.14.0</string>
<string>2.15.0</string>
<key>CFBundleVersion</key>
<string>511</string>
<key>UIAppFonts</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 @@ -19,7 +19,7 @@
<key>CFBundlePackageType</key>
<string>XPC!</string>
<key>CFBundleShortVersionString</key>
<string>2.14.0</string>
<string>2.15.0</string>
<key>CFBundleVersion</key>
<string>511</string>
<key>NSExtension</key>
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mattermost-mobile",
"version": "2.14.0",
"version": "2.15.0",
"description": "Mattermost Mobile with React Native",
"repository": "[email protected]:mattermost/mattermost-mobile.git",
"author": "Mattermost, Inc.",
Expand Down

0 comments on commit 7f4d650

Please sign in to comment.