Skip to content
This repository was archived by the owner on Dec 12, 2022. It is now read-only.

Commit e2a354f

Browse files
committed
Merge branch 'release/0.16.4/master'
2 parents 41055d5 + 466f201 commit e2a354f

File tree

5 files changed

+17
-10
lines changed

5 files changed

+17
-10
lines changed

CHANGES.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## Changes in 0.16.4 (2021-09-30)
2+
3+
🙌 Improvements
4+
5+
- Upgrade MatrixSDK version ([v0.20.4](https://github.com/matrix-org/matrix-ios-sdk/releases/tag/v0.20.4)).
6+
7+
18
## Changes in 0.16.3 (2021-09-28)
29

310
🙌 Improvements

MatrixKit.podspec

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Pod::Spec.new do |s|
22

33
s.name = "MatrixKit"
4-
s.version = "0.16.3"
4+
s.version = "0.16.4"
55
s.summary = "The Matrix reusable UI library for iOS based on MatrixSDK."
66

77
s.description = <<-DESC
@@ -23,7 +23,7 @@ Pod::Spec.new do |s|
2323

2424
s.swift_version = '5.0'
2525

26-
s.dependency 'MatrixSDK', "= 0.20.3"
26+
s.dependency 'MatrixSDK', "= 0.20.4"
2727
s.dependency 'HPGrowingTextView', '~> 1.1'
2828
s.dependency 'libPhoneNumber-iOS', '~> 0.9.13'
2929
s.dependency 'DTCoreText', '~> 1.6.25'

MatrixKit/MatrixKitVersion.m

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,4 @@
1616

1717
#import <Foundation/Foundation.h>
1818

19-
NSString *const MatrixKitVersion = @"0.16.3";
19+
NSString *const MatrixKitVersion = @"0.16.4";

Podfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ abstract_target 'MatrixKitSamplePods' do
88

99
# Different flavours of pods to Matrix SDK
1010
# The tagged version on which this version of MatrixKit has been built
11-
pod 'MatrixSDK', '= 0.20.3'
11+
pod 'MatrixSDK', '= 0.20.4'
1212

1313
# The lastest release available on the CocoaPods repository
1414
#pod 'MatrixSDK'

Podfile.lock

+6-6
Original file line numberDiff line numberDiff line change
@@ -39,9 +39,9 @@ PODS:
3939
- JSQSystemSoundPlayer (2.0.1)
4040
- libbase58 (0.1.4)
4141
- libPhoneNumber-iOS (0.9.15)
42-
- MatrixSDK (0.20.3):
43-
- MatrixSDK/Core (= 0.20.3)
44-
- MatrixSDK/Core (0.20.3):
42+
- MatrixSDK (0.20.4):
43+
- MatrixSDK/Core (= 0.20.4)
44+
- MatrixSDK/Core (0.20.4):
4545
- AFNetworking (~> 4.0.0)
4646
- GZIP (~> 1.3.0)
4747
- libbase58 (~> 0.1.4)
@@ -64,7 +64,7 @@ DEPENDENCIES:
6464
- HPGrowingTextView (~> 1.1)
6565
- JSQMessagesViewController (~> 7.3.5)
6666
- libPhoneNumber-iOS (~> 0.9.13)
67-
- MatrixSDK (= 0.20.3)
67+
- MatrixSDK (= 0.20.4)
6868

6969
SPEC REPOS:
7070
trunk:
@@ -94,11 +94,11 @@ SPEC CHECKSUMS:
9494
JSQSystemSoundPlayer: c5850e77a4363ffd374cd851154b9af93264ed8d
9595
libbase58: 7c040313537b8c44b6e2d15586af8e21f7354efd
9696
libPhoneNumber-iOS: 0a32a9525cf8744fe02c5206eb30d571e38f7d75
97-
MatrixSDK: de1158691a3b3bfb0cc7a294f358f9def3d3cd9c
97+
MatrixSDK: 317928f6ef7bbffebbf7dbf9ca9dad4920695f1e
9898
OLMKit: 9fb4799c4a044dd2c06bda31ec31a12191ad30b5
9999
Realm: ed860452717c8db8f4bf832b6807f7f2ce708839
100100
SwiftyBeaver: 84069991dd5dca07d7069100985badaca7f0ce82
101101

102-
PODFILE CHECKSUM: 7ea8bc6bb3b9bf004857ffc9a7b1d0835afc8b9a
102+
PODFILE CHECKSUM: a2a9b1e23c0e1fa628bfb188c6cf75de2b89676a
103103

104104
COCOAPODS: 1.10.1

0 commit comments

Comments
 (0)