Skip to content

Commit f706c5d

Browse files
author
gulekismail
committed
Merge branch 'master' into develop
2 parents 355b763 + 848ab2b commit f706c5d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

MatrixSDK.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Pod::Spec.new do |s|
22

33
s.name = "MatrixSDK"
4-
s.version = "0.23.2"
4+
s.version = "0.23.3"
55
s.summary = "The iOS SDK to build apps compatible with Matrix (https://www.matrix.org)"
66

77
s.description = <<-DESC

MatrixSDK/MatrixSDKVersion.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,4 @@
1616

1717
#import <Foundation/Foundation.h>
1818

19-
NSString *const MatrixSDKVersion = @"0.23.2";
19+
NSString *const MatrixSDKVersion = @"0.23.3";

0 commit comments

Comments
 (0)