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

Commit

Permalink
Finish v0.9.3
Browse files Browse the repository at this point in the history
  • Loading branch information
manuroe committed Jan 8, 2019
2 parents b82e49a + 1f26a6e commit 7422326
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Changes in MatrixKit in 0.9.3 (2019-01-)
Changes in MatrixKit in 0.9.3 (2019-01-08)
==========================================

Bug fix:
Expand Down
2 changes: 1 addition & 1 deletion 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.9.2"
s.version = "0.9.3"
s.summary = "The Matrix reusable UI library for iOS based on MatrixSDK."

s.description = <<-DESC
Expand Down
2 changes: 1 addition & 1 deletion MatrixKit/Utils/MXKConstants.m
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

#import "MXKConstants.h"

NSString *const MatrixKitVersion = @"0.9.2";
NSString *const MatrixKitVersion = @"0.9.3";

NSString *const kMXKErrorNotification = @"kMXKErrorNotification";

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.13)
- MatrixSDK (0.12.0):
- MatrixSDK/Core (= 0.12.0)
- MatrixSDK/Core (0.12.0):
- MatrixSDK (0.12.1):
- MatrixSDK/Core (= 0.12.1)
- MatrixSDK/Core (0.12.1):
- AFNetworking (~> 3.2.0)
- GZIP (~> 1.2.2)
- libbase58 (~> 0.1.4)
Expand All @@ -62,7 +62,7 @@ DEPENDENCIES:
- HPGrowingTextView (~> 1.1)
- JSQMessagesViewController (~> 7.2.0)
- libPhoneNumber-iOS (~> 0.9.13)
- MatrixSDK (= 0.12.0)
- MatrixSDK (= 0.12.1)

SPEC REPOS:
https://github.com/cocoapods/specs.git:
Expand Down Expand Up @@ -91,10 +91,10 @@ SPEC CHECKSUMS:
JSQSystemSoundPlayer: c5850e77a4363ffd374cd851154b9af93264ed8d
libbase58: 7c040313537b8c44b6e2d15586af8e21f7354efd
libPhoneNumber-iOS: e444379ac18bbfbdefad571da735b2cd7e096caa
MatrixSDK: 34972f2cd8ac5e2c7f58dc9e5395c3ff8360661f
MatrixSDK: f1f510d467d127a5f7afafaafa1554ac5d602132
OLMKit: 88eda69110489f817d59bcb4353b7c247570aa4f
Realm: 864477d028db77f7c5a0cba64a4892ad53db128a

PODFILE CHECKSUM: 47011e1211176159bc539b9f77343f182ccf2c1d
PODFILE CHECKSUM: ff2cc4bb7000de98e4123236eec362427313d78f

COCOAPODS: 1.6.0.beta.2

0 comments on commit 7422326

Please sign in to comment.