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

Commit

Permalink
Merge branch 'release/0.16.9/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
SBiOSoftWhare committed Oct 21, 2021
2 parents ce3dee0 + 1d8b74c commit 75f1217
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 10 deletions.
7 changes: 7 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## Changes in 0.16.9 (2021-10-21)

🙌 Improvements

- Upgrade MatrixSDK version ([v0.20.9](https://github.com/matrix-org/matrix-ios-sdk/releases/tag/v0.20.9)).


## Changes in 0.16.8 (2021-10-20)

✨ Features
Expand Down
4 changes: 2 additions & 2 deletions MatrixKit.podspec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Pod::Spec.new do |s|

s.name = "MatrixKit"
s.version = "0.16.8"
s.version = "0.16.9"
s.summary = "The Matrix reusable UI library for iOS based on MatrixSDK."

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

s.swift_version = '5.0'

s.dependency 'MatrixSDK', "= 0.20.8"
s.dependency 'MatrixSDK', "= 0.20.9"
s.dependency 'HPGrowingTextView', '~> 1.1'
s.dependency 'libPhoneNumber-iOS', '~> 0.9.13'
s.dependency 'DTCoreText', '~> 1.6.25'
Expand Down
2 changes: 1 addition & 1 deletion MatrixKit/MatrixKitVersion.m
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@

#import <Foundation/Foundation.h>

NSString *const MatrixKitVersion = @"0.16.8";
NSString *const MatrixKitVersion = @"0.16.9";
2 changes: 1 addition & 1 deletion Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ abstract_target 'MatrixKitSamplePods' do

# Different flavours of pods to Matrix SDK
# The tagged version on which this version of MatrixKit has been built
pod 'MatrixSDK', '= 0.20.8'
pod 'MatrixSDK', '= 0.20.9'

# The lastest release available on the CocoaPods repository
#pod 'MatrixSDK'
Expand Down
12 changes: 6 additions & 6 deletions Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,9 @@ PODS:
- JSQSystemSoundPlayer (2.0.1)
- libbase58 (0.1.4)
- libPhoneNumber-iOS (0.9.15)
- MatrixSDK (0.20.8):
- MatrixSDK/Core (= 0.20.8)
- MatrixSDK/Core (0.20.8):
- MatrixSDK (0.20.9):
- MatrixSDK/Core (= 0.20.9)
- MatrixSDK/Core (0.20.9):
- AFNetworking (~> 4.0.0)
- GZIP (~> 1.3.0)
- libbase58 (~> 0.1.4)
Expand All @@ -65,7 +65,7 @@ DEPENDENCIES:
- HPGrowingTextView (~> 1.1)
- JSQMessagesViewController (~> 7.3.5)
- libPhoneNumber-iOS (~> 0.9.13)
- MatrixSDK (= 0.20.8)
- MatrixSDK (= 0.20.9)
- SwiftGen (~> 6.3)

SPEC REPOS:
Expand Down Expand Up @@ -97,12 +97,12 @@ SPEC CHECKSUMS:
JSQSystemSoundPlayer: c5850e77a4363ffd374cd851154b9af93264ed8d
libbase58: 7c040313537b8c44b6e2d15586af8e21f7354efd
libPhoneNumber-iOS: 0a32a9525cf8744fe02c5206eb30d571e38f7d75
MatrixSDK: 4bf48f6b318e082f9d217daf8a90d2f099dd138b
MatrixSDK: 9e312e3874027bf9eab61be7d0779102f8bd323a
OLMKit: 9fb4799c4a044dd2c06bda31ec31a12191ad30b5
Realm: b6027801398f3743fc222f096faa85281b506e6c
SwiftGen: a6d22010845f08fe18fbdf3a07a8e380fd22e0ea
SwiftyBeaver: 84069991dd5dca07d7069100985badaca7f0ce82

PODFILE CHECKSUM: 145bfc50cf1280cad72b972a11f1c3484342fe38
PODFILE CHECKSUM: d9157cfcdbe95d4c55d08cfdfb27286e2bb643e0

COCOAPODS: 1.10.1

0 comments on commit 75f1217

Please sign in to comment.