Skip to content

Commit bb937cc

Browse files
Update metadata
1 parent 39b8c84 commit bb937cc

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

fastlane/Deliverfile

+5-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.3"
20+
app_version "4.3.4"
2121
submit_for_review false
2222
skip_binary_upload true
2323
# overwrite_screenshots true
@@ -28,7 +28,9 @@ metadata_path "./Submodules/ChatSecure-Metadata/metadata"
2828
screenshots_path "./Submodules/ChatSecure-Metadata/screenshots"
2929

3030
release_notes({
31-
'default' => "v4.3.3:
31+
'default' => "v4.3.4:
32+
* Same code as v4.3.3 except built with Xcode 9.2 instead of Xcode 9.4 to fix regression in Swift runtime (reabstraction thunk helper swift_getObjectType crash).
33+
v4.3.3:
3234
* Actually fix crash on launch by disabling download resumption
3335
v4.3.2:
3436
* Fix crash on launch when resuming downloads
@@ -37,7 +39,7 @@ v4.3.1:
3739
* No longer expires the last remaining OMEMO key after it hasn't been seen for > 30 days
3840
* Minor bug fixes
3941
40-
Changelog: https://github.com/chatsecure/chatsecure-ios/compare/v4.3.0...v4.3.3
42+
Changelog: https://github.com/chatsecure/chatsecure-ios/compare/v4.3.0...v4.3.4
4143
",
4244
})
4345

0 commit comments

Comments
 (0)