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