Skip to content

Commit 03b6a74

Browse files
5.0.1
1 parent cf72f4d commit 03b6a74

File tree

3 files changed

+21
-18
lines changed

3 files changed

+21
-18
lines changed

ChatSecure.xcodeproj/project.pbxproj

+8-8
Original file line numberDiff line numberDiff line change
@@ -3112,7 +3112,7 @@
31123112
CODE_SIGN_IDENTITY = "iPhone Developer";
31133113
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
31143114
CODE_SIGN_STYLE = Automatic;
3115-
CURRENT_PROJECT_VERSION = 159;
3115+
CURRENT_PROJECT_VERSION = 160;
31163116
DERIVE_MACCATALYST_PRODUCT_BUNDLE_IDENTIFIER = YES;
31173117
DEVELOPMENT_TEAM = "";
31183118
ENABLE_HARDENED_RUNTIME = NO;
@@ -3128,7 +3128,7 @@
31283128
"$(inherited)",
31293129
"@executable_path/Frameworks",
31303130
);
3131-
MARKETING_VERSION = 5.0;
3131+
MARKETING_VERSION = 5.0.1;
31323132
PRODUCT_BUNDLE_IDENTIFIER = com.chrisballinger.ChatSecure;
31333133
PRODUCT_NAME = "$(TARGET_NAME)";
31343134
PROVISIONING_PROFILE = "";
@@ -3150,7 +3150,7 @@
31503150
CODE_SIGN_IDENTITY = "iPhone Developer";
31513151
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
31523152
CODE_SIGN_STYLE = Automatic;
3153-
CURRENT_PROJECT_VERSION = 159;
3153+
CURRENT_PROJECT_VERSION = 160;
31543154
DERIVE_MACCATALYST_PRODUCT_BUNDLE_IDENTIFIER = YES;
31553155
DEVELOPMENT_TEAM = "";
31563156
ENABLE_HARDENED_RUNTIME = YES;
@@ -3166,7 +3166,7 @@
31663166
"$(inherited)",
31673167
"@executable_path/Frameworks",
31683168
);
3169-
MARKETING_VERSION = 5.0;
3169+
MARKETING_VERSION = 5.0.1;
31703170
PRODUCT_BUNDLE_IDENTIFIER = com.chrisballinger.ChatSecure;
31713171
PRODUCT_NAME = "$(TARGET_NAME)";
31723172
PROVISIONING_PROFILE = "";
@@ -3296,7 +3296,7 @@
32963296
CODE_SIGN_IDENTITY = "iPhone Developer";
32973297
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
32983298
CODE_SIGN_STYLE = Automatic;
3299-
CURRENT_PROJECT_VERSION = 159;
3299+
CURRENT_PROJECT_VERSION = 160;
33003300
DERIVE_MACCATALYST_PRODUCT_BUNDLE_IDENTIFIER = YES;
33013301
DEVELOPMENT_TEAM = "";
33023302
ENABLE_HARDENED_RUNTIME = NO;
@@ -3312,7 +3312,7 @@
33123312
"$(inherited)",
33133313
"@executable_path/Frameworks",
33143314
);
3315-
MARKETING_VERSION = 5.0;
3315+
MARKETING_VERSION = 5.0.1;
33163316
PRODUCT_BUNDLE_IDENTIFIER = com.chrisballinger.ChatSecure;
33173317
PRODUCT_NAME = "$(TARGET_NAME)";
33183318
PROVISIONING_PROFILE = "";
@@ -3486,7 +3486,7 @@
34863486
CODE_SIGN_IDENTITY = "iPhone Developer";
34873487
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
34883488
CODE_SIGN_STYLE = Automatic;
3489-
CURRENT_PROJECT_VERSION = 159;
3489+
CURRENT_PROJECT_VERSION = 160;
34903490
DERIVE_MACCATALYST_PRODUCT_BUNDLE_IDENTIFIER = YES;
34913491
DEVELOPMENT_TEAM = "";
34923492
ENABLE_HARDENED_RUNTIME = YES;
@@ -3502,7 +3502,7 @@
35023502
"$(inherited)",
35033503
"@executable_path/Frameworks",
35043504
);
3505-
MARKETING_VERSION = 5.0;
3505+
MARKETING_VERSION = 5.0.1;
35063506
PRODUCT_BUNDLE_IDENTIFIER = com.chrisballinger.ChatSecure;
35073507
PRODUCT_NAME = "$(TARGET_NAME)";
35083508
PROVISIONING_PROFILE = "";

Gemfile.lock

+7-7
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ GEM
5454
colored2 (3.1.2)
5555
commander-fastlane (4.4.6)
5656
highline (~> 1.7.2)
57-
concurrent-ruby (1.1.5)
57+
concurrent-ruby (1.1.6)
5858
declarative (0.0.10)
5959
declarative-option (0.1.0)
6060
digest-crc (0.4.1)
@@ -63,7 +63,7 @@ GEM
6363
dotenv (2.7.5)
6464
emoji_regex (1.0.1)
6565
escape (0.0.4)
66-
excon (0.71.1)
66+
excon (0.72.0)
6767
faraday (0.17.3)
6868
multipart-post (>= 1.2, < 3)
6969
faraday-cookie_jar (0.0.6)
@@ -72,7 +72,7 @@ GEM
7272
faraday_middleware (0.13.1)
7373
faraday (>= 0.7.4, < 1.0)
7474
fastimage (2.1.7)
75-
fastlane (2.140.0)
75+
fastlane (2.141.0)
7676
CFPropertyList (>= 2.3, < 4.0.0)
7777
addressable (>= 2.3, < 3.0.0)
7878
babosa (>= 1.0.2, < 2.0.0)
@@ -177,7 +177,7 @@ GEM
177177
faraday (~> 0.9)
178178
jwt (>= 1.5, < 3.0)
179179
multi_json (~> 1.10)
180-
simctl (1.6.7)
180+
simctl (1.6.8)
181181
CFPropertyList
182182
naturally
183183
slack-notifier (2.3.2)
@@ -186,8 +186,8 @@ GEM
186186
unicode-display_width (~> 1.1, >= 1.1.1)
187187
thread_safe (0.3.6)
188188
tty-cursor (0.7.1)
189-
tty-screen (0.7.0)
190-
tty-spinner (0.9.2)
189+
tty-screen (0.7.1)
190+
tty-spinner (0.9.3)
191191
tty-cursor (~> 0.7)
192192
tzinfo (1.2.6)
193193
thread_safe (~> 0.1)
@@ -197,7 +197,7 @@ GEM
197197
unf_ext (0.0.7.6)
198198
unicode-display_width (1.6.1)
199199
word_wrap (1.0.0)
200-
xcodeproj (1.14.0)
200+
xcodeproj (1.15.0)
201201
CFPropertyList (>= 2.3.3, < 4.0)
202202
atomos (~> 0.1.3)
203203
claide (>= 1.0.2, < 2.0)

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

3030
release_notes({
31-
'default' => "v5.0:
31+
'default' => "v5.0.1:
32+
* Fix receiving OMEMO media messages with 12-byte IV
33+
34+
v5.0:
3235
* Dark Mode
3336
* Removes Tor support
3437
* Mac version available soon for macOS Catalina
3538
* Miscellaneous bug fixes and performance improvements
3639
* Now requires iOS 12 or higher
3740
38-
Changelog: https://github.com/chatsecure/chatsecure-ios/compare/v4.3.9...v5.0
41+
Changelog: https://github.com/chatsecure/chatsecure-ios/compare/v4.3.9...v5.0.1
3942
",
4043
})
4144

0 commit comments

Comments
 (0)