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 2b04dfd commit e3bba83Copy full SHA for e3bba83
CHANGES.md
@@ -1,3 +1,8 @@
1
+## Changes in 0.27.7 (2024-05-01)
2
+
3
+No significant changes.
4
5
6
## Changes in 0.27.6 (2024-02-07)
7
8
No significant changes.
MatrixSDK.podspec
@@ -1,7 +1,7 @@
Pod::Spec.new do |s|
s.name = "MatrixSDK"
- s.version = "0.27.6"
+ s.version = "0.27.7"
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.6";
+NSString *const MatrixSDKVersion = @"0.27.7";
0 commit comments