File tree Expand file tree Collapse file tree 5 files changed +10
-4
lines changed Expand file tree Collapse file tree 5 files changed +10
-4
lines changed Original file line number Diff line number Diff line change 1+ ## Changes in 0.27.4 (2023-11-28)
2+
3+ 🐛 Bugfixes
4+
5+ - Fix unhandled callback when the session is nil. ([ #1833 ] ( https://github.com/matrix-org/matrix-ios-sdk/pull/1833 ) )
6+
7+
18## Changes in 0.27.3 (2023-10-04)
29
310🐛 Bugfixes
Original file line number Diff line number Diff line change 11Pod ::Spec . new do |s |
22
33 s . name = "MatrixSDK"
4- s . version = "0.27.3 "
4+ s . version = "0.27.4 "
55 s . summary = "The iOS SDK to build apps compatible with Matrix (https://www.matrix.org)"
66
77 s . description = <<-DESC
Original file line number Diff line number Diff line change 1616
1717#import < Foundation/Foundation.h>
1818
19- NSString *const MatrixSDKVersion = @" 0.27.3 " ;
19+ NSString *const MatrixSDKVersion = @" 0.27.4 " ;
Original file line number Diff line number Diff line change @@ -73,4 +73,4 @@ SPEC CHECKSUMS:
7373
7474PODFILE CHECKSUM: 1bf28f5a19566c567d265232f60ee19a3ae86ed3
7575
76- COCOAPODS: 1.11.3
76+ COCOAPODS: 1.13.0
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments