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 cfd2062 commit beb27a3Copy full SHA for beb27a3
CHANGES.md
@@ -1,3 +1,8 @@
1
+## Changes in 0.27.17 (2024-12-10)
2
+
3
+No significant changes.
4
5
6
## Changes in 0.27.16 (2024-11-12)
7
8
No significant changes.
MatrixSDK.podspec
@@ -1,7 +1,7 @@
Pod::Spec.new do |s|
s.name = "MatrixSDK"
- s.version = "0.27.16"
+ s.version = "0.27.17"
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.16";
+NSString *const MatrixSDKVersion = @"0.27.17";
0 commit comments