Skip to content

Commit 8925e6a

Browse files
author
Mattermost CI Bot
committed
Bump app version number to 2.36.0
1 parent 91146fa commit 8925e6a

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

android/app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ android {
116116
minSdkVersion rootProject.ext.minSdkVersion
117117
targetSdkVersion rootProject.ext.targetSdkVersion
118118
versionCode 695
119-
versionName "2.35.0"
119+
versionName "2.36.0"
120120
testBuildType System.getProperty('testBuildType', 'debug')
121121
testInstrumentationRunner 'androidx.test.runner.AndroidJUnitRunner'
122122
}

ios/Mattermost/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<key>CFBundlePackageType</key>
2222
<string>APPL</string>
2323
<key>CFBundleShortVersionString</key>
24-
<string>2.35.0</string>
24+
<string>2.36.0</string>
2525
<key>CFBundleSignature</key>
2626
<string>????</string>
2727
<key>CFBundleURLTypes</key>

ios/MattermostShare/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<key>CFBundlePackageType</key>
2020
<string>XPC!</string>
2121
<key>CFBundleShortVersionString</key>
22-
<string>2.35.0</string>
22+
<string>2.36.0</string>
2323
<key>CFBundleVersion</key>
2424
<string>695</string>
2525
<key>UIAppFonts</key>

ios/NotificationService/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<key>CFBundlePackageType</key>
2020
<string>XPC!</string>
2121
<key>CFBundleShortVersionString</key>
22-
<string>2.35.0</string>
22+
<string>2.36.0</string>
2323
<key>CFBundleVersion</key>
2424
<string>695</string>
2525
<key>NSExtension</key>

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "mattermost-mobile",
3-
"version": "2.35.0",
3+
"version": "2.36.0",
44
"description": "Mattermost Mobile with React Native",
55
"repository": "[email protected]:mattermost/mattermost-mobile.git",
66
"author": "Mattermost, Inc.",

0 commit comments

Comments
 (0)