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 db86bbc42b
commit 99abe48192
No known key found for this signature in database
GPG key ID: E038DB71E0B61702
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"
}
}
}