We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fcfbb67 commit 643dd94Copy full SHA for 643dd94
CHANGES.md
@@ -1,3 +1,8 @@
1
+## Changes in 0.27.10 (2024-06-17)
2
+
3
+No significant changes.
4
5
6
## Changes in 0.27.9 (2024-06-13)
7
8
No significant changes.
MatrixSDK.podspec
@@ -1,7 +1,7 @@
Pod::Spec.new do |s|
s.name = "MatrixSDK"
- s.version = "0.27.9"
+ s.version = "0.27.10"
s.summary = "The iOS SDK to build apps compatible with Matrix (https://www.matrix.org)"
s.description = <<-DESC
MatrixSDK/MatrixSDKVersion.m
@@ -16,4 +16,4 @@
16
17
#import <Foundation/Foundation.h>
18
19
-NSString *const MatrixSDKVersion = @"0.27.8";
+NSString *const MatrixSDKVersion = @"0.27.10";
0 commit comments