Skip to content

Commit 04e1386

Browse files
4.3.9 (143)
1 parent f49adfe commit 04e1386

File tree

3 files changed

+16
-13
lines changed

3 files changed

+16
-13
lines changed

ChatSecure/Info.plist

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<key>CFBundlePackageType</key>
1616
<string>APPL</string>
1717
<key>CFBundleShortVersionString</key>
18-
<string>4.3.8</string>
18+
<string>4.3.9</string>
1919
<key>CFBundleSignature</key>
2020
<string>????</string>
2121
<key>CFBundleURLTypes</key>
@@ -35,7 +35,7 @@
3535
</dict>
3636
</array>
3737
<key>CFBundleVersion</key>
38-
<string>142</string>
38+
<string>143</string>
3939
<key>FacebookAppID</key>
4040
<string>447241325394334</string>
4141
<key>FacebookDisplayName</key>

Gemfile.lock

+8-8
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@ GEM
1212
atomos (0.1.3)
1313
babosa (1.0.2)
1414
claide (1.0.2)
15-
cocoapods (1.7.4)
15+
cocoapods (1.7.5)
1616
activesupport (>= 4.0.2, < 5)
1717
claide (>= 1.0.2, < 2.0)
18-
cocoapods-core (= 1.7.4)
18+
cocoapods-core (= 1.7.5)
1919
cocoapods-deintegrate (>= 1.0.3, < 2.0)
2020
cocoapods-downloader (>= 1.2.2, < 2.0)
2121
cocoapods-plugins (>= 1.0.0, < 2.0)
@@ -31,7 +31,7 @@ GEM
3131
nap (~> 1.0)
3232
ruby-macho (~> 1.4)
3333
xcodeproj (>= 1.10.0, < 2.0)
34-
cocoapods-core (1.7.4)
34+
cocoapods-core (1.7.5)
3535
activesupport (>= 4.0.2, < 6)
3636
fuzzy_match (~> 2.0.4)
3737
nap (~> 1.0)
@@ -55,10 +55,10 @@ GEM
5555
digest-crc (0.4.1)
5656
domain_name (0.5.20190701)
5757
unf (>= 0.0.5, < 1.0.0)
58-
dotenv (2.7.4)
58+
dotenv (2.7.5)
5959
emoji_regex (1.0.1)
6060
escape (0.0.4)
61-
excon (0.64.0)
61+
excon (0.65.0)
6262
faraday (0.15.4)
6363
multipart-post (>= 1.2, < 3)
6464
faraday-cookie_jar (0.0.6)
@@ -67,7 +67,7 @@ GEM
6767
faraday_middleware (0.13.1)
6868
faraday (>= 0.7.4, < 1.0)
6969
fastimage (2.1.5)
70-
fastlane (2.127.1)
70+
fastlane (2.128.1)
7171
CFPropertyList (>= 2.3, < 4.0.0)
7272
addressable (>= 2.3, < 3.0.0)
7373
babosa (>= 1.0.2, < 2.0.0)
@@ -87,7 +87,7 @@ GEM
8787
highline (>= 1.7.2, < 2.0.0)
8888
json (< 3.0.0)
8989
jwt (~> 2.1.0)
90-
mini_magick (~> 4.5.1)
90+
mini_magick (>= 4.9.4, < 5.0.0)
9191
multi_xml (~> 0.5)
9292
multipart-post (~> 2.0.0)
9393
plist (>= 3.1.0, < 4.0.0)
@@ -143,7 +143,7 @@ GEM
143143
mime-types (3.2.2)
144144
mime-types-data (~> 3.2015)
145145
mime-types-data (3.2019.0331)
146-
mini_magick (4.5.1)
146+
mini_magick (4.9.5)
147147
minitest (5.11.3)
148148
molinillo (0.6.6)
149149
multi_json (1.13.1)

fastlane/Deliverfile

+6-3
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
# beta_ipa "./app.ipa"
1818

1919
# The version of your app - remove this if you provide an ipa file
20-
app_version "4.3.8"
20+
app_version "4.3.9"
2121
submit_for_review false
2222
skip_binary_upload true
2323
# overwrite_screenshots true
@@ -28,13 +28,16 @@ metadata_path "./Submodules/ChatSecure-Metadata/metadata"
2828
screenshots_path "./Submodules/ChatSecure-Metadata/screenshots"
2929

3030
release_notes({
31-
'default' => "v4.3.8:
31+
'default' => "v4.3.9:
32+
* Fix issue where fingerprint trust settings cannot be saved
33+
34+
v4.3.8:
3235
* Improved launch performance, reduced binary size and memory usage
3336
* Tor 0.4.0.5
3437
* SQLCipher 4.2.0
3538
* Update 3rd party dependencies
3639
37-
Changelog: https://github.com/chatsecure/chatsecure-ios/compare/v4.3.7...v4.3.8
40+
Changelog: https://github.com/chatsecure/chatsecure-ios/compare/v4.3.8...v4.3.9
3841
",
3942
})
4043

0 commit comments

Comments
 (0)