Update version to 1.1
This commit is contained in:
parent
ef2cddd65d
commit
374dccd770
6 changed files with 10 additions and 9 deletions
|
|
@ -92,7 +92,7 @@ android {
|
|||
minSdkVersion 16
|
||||
targetSdkVersion 23
|
||||
versionCode 41
|
||||
versionName "1.0.1"
|
||||
versionName "1.1"
|
||||
multiDexEnabled true
|
||||
ndk {
|
||||
abiFilters "armeabi-v7a", "x86"
|
||||
|
|
|
|||
|
|
@ -3,5 +3,5 @@
|
|||
"TestServerUrl": "http://localhost:8065",
|
||||
"DefaultTheme": "default",
|
||||
"ShowErrorsList": false,
|
||||
"MinServerVersion": "3.8.0"
|
||||
"MinServerVersion": "3.10.0"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
fastlane_version '2.29.1'
|
||||
fastlane_version '2.47.0'
|
||||
skip_docs
|
||||
|
||||
platform :ios do
|
||||
|
|
@ -153,9 +153,10 @@ platform :ios do
|
|||
end
|
||||
|
||||
if options[:increment_build]
|
||||
current_build_number = get_build_number(xcodeproj: './ios/Mattermost.xcodeproj').to_i
|
||||
increment_build_number(
|
||||
xcodeproj: './ios/Mattermost.xcodeproj',
|
||||
build_number: latest_testflight_build_number + 1
|
||||
build_number: current_build_number + 1
|
||||
)
|
||||
commit_version_bump(xcodeproj: './ios/Mattermost.xcodeproj')
|
||||
end
|
||||
|
|
|
|||
|
|
@ -91,13 +91,13 @@ GEM
|
|||
mime-types-data (~> 3.2015)
|
||||
mime-types-data (3.2016.0521)
|
||||
mini_magick (4.5.1)
|
||||
mini_portile (0.6.2)
|
||||
mini_portile2 (2.2.0)
|
||||
multi_json (1.12.1)
|
||||
multi_xml (0.6.0)
|
||||
multipart-post (2.0.0)
|
||||
nanaimo (0.2.3)
|
||||
nokogiri (1.6.6.2)
|
||||
mini_portile (~> 0.6.0)
|
||||
nokogiri (1.8.0)
|
||||
mini_portile2 (~> 2.2.0)
|
||||
os (0.9.6)
|
||||
plist (3.3.0)
|
||||
public_suffix (2.0.5)
|
||||
|
|
|
|||
|
|
@ -17,7 +17,7 @@
|
|||
<key>CFBundlePackageType</key>
|
||||
<string>APPL</string>
|
||||
<key>CFBundleShortVersionString</key>
|
||||
<string>1.0.1</string>
|
||||
<string>1.1</string>
|
||||
<key>CFBundleSignature</key>
|
||||
<string>????</string>
|
||||
<key>CFBundleVersion</key>
|
||||
|
|
|
|||
|
|
@ -15,7 +15,7 @@
|
|||
<key>CFBundlePackageType</key>
|
||||
<string>BNDL</string>
|
||||
<key>CFBundleShortVersionString</key>
|
||||
<string>1.0.1</string>
|
||||
<string>1.1</string>
|
||||
<key>CFBundleSignature</key>
|
||||
<string>????</string>
|
||||
<key>CFBundleVersion</key>
|
||||
|
|
|
|||
Loading…
Reference in a new issue