reset version number to 1.56.0 and build to 436

This commit is contained in:
Elias Nahum
2022-11-08 13:42:35 +02:00
parent 7e8016fec4
commit 73c2bb8350
6 changed files with 8 additions and 8 deletions

View File

@@ -21,7 +21,7 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>1.55.1</string>
<string>1.56.0</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleURLTypes</key>

View File

@@ -19,7 +19,7 @@
<key>CFBundlePackageType</key>
<string>XPC!</string>
<key>CFBundleShortVersionString</key>
<string>1.55.1</string>
<string>1.56.0</string>
<key>CFBundleVersion</key>
<string>436</string>
<key>NSAppTransportSecurity</key>

View File

@@ -19,7 +19,7 @@
<key>CFBundlePackageType</key>
<string>XPC!</string>
<key>CFBundleShortVersionString</key>
<string>1.55.1</string>
<string>1.56.0</string>
<key>CFBundleVersion</key>
<string>436</string>
<key>NSExtension</key>

View File

@@ -824,4 +824,4 @@ SPEC CHECKSUMS:
PODFILE CHECKSUM: f291d3248a7b8e74342008fb662bad0b0e1b7589
COCOAPODS: 1.11.3
COCOAPODS: 1.11.2

4
package-lock.json generated
View File

@@ -1,12 +1,12 @@
{
"name": "mattermost-mobile",
"version": "1.55.1",
"version": "1.56.0",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "mattermost-mobile",
"version": "1.55.1",
"version": "1.56.0",
"hasInstallScript": true,
"license": "Apache 2.0",
"dependencies": {

View File

@@ -1,6 +1,6 @@
{
"name": "mattermost-mobile",
"version": "1.55.1",
"version": "1.56.0",
"description": "Mattermost Mobile with React Native",
"repository": "git@github.com:mattermost/mattermost-mobile.git",
"author": "Mattermost, Inc.",
@@ -203,4 +203,4 @@
"build:android-unsigned": "./scripts/build.sh apk unsigned",
"prepare": "husky install"
}
}
}