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

Commit

Permalink
Version ++
Browse files Browse the repository at this point in the history
  • Loading branch information
giomfo committed Mar 23, 2017
1 parent 3c2ebcd commit e6f1d87
Show file tree
Hide file tree
Showing 5 changed files with 19 additions and 9 deletions.
10 changes: 10 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
Changes in MatrixKit in 0.4.11 (2017-03-23)
==========================================

Improvements:
* Upgrade MatrixSDK version (v0.7.11).

Bug fixes:
* Chat screen: image thumbnails management is broken (https://github.com/vector-im/riot-ios#1121).
* Image viewer repeatedly loses overlay menu (https://github.com/vector-im/riot-ios#1109).

Changes in MatrixKit in 0.4.10 (2017-03-21)
==========================================

Expand Down
6 changes: 3 additions & 3 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.4.10"
s.version = "0.4.11"
s.summary = "The Matrix reusable UI library for iOS based on MatrixSDK."

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

s.platform = :ios, "7.0"

s.source = { :git => "https://github.com/matrix-org/matrix-ios-kit.git", :tag => "v0.4.10" }
s.source = { :git => "https://github.com/matrix-org/matrix-ios-kit.git", :tag => "v0.4.11" }
s.source_files = "MatrixKit", "MatrixKit/**/*.{h,m}"
s.resources = "MatrixKit/**/*.{xib}", "MatrixKit/Assets/MatrixKitAssets.bundle"

s.requires_arc = true

s.dependency 'MatrixSDK', '0.7.10'
s.dependency 'MatrixSDK', '0.7.11'
s.dependency 'HPGrowingTextView', '~> 1.1'
s.dependency 'libPhoneNumber-iOS', '~> 0.8.14'
s.dependency 'DTCoreText', '~> 1.6.17'
Expand Down
2 changes: 1 addition & 1 deletion MatrixKit/Utils/MXKConstants.m
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@

#import "MXKConstants.h"

NSString *const MatrixKitVersion = @"0.4.10";
NSString *const MatrixKitVersion = @"0.4.11";

NSString *const kMXKErrorNotification = @"kMXKErrorNotification";
2 changes: 1 addition & 1 deletion Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ target "MatrixKitSample" do

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

# The lastest release available on the CocoaPods repository
#pod 'MatrixSDK'
Expand Down
8 changes: 4 additions & 4 deletions Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ PODS:
- JSQSystemSoundPlayer (~> 2.0.1)
- JSQSystemSoundPlayer (2.0.1)
- libPhoneNumber-iOS (0.9.6)
- MatrixSDK (0.7.10):
- MatrixSDK (0.7.11):
- AFNetworking (~> 3.1.0)

DEPENDENCIES:
Expand All @@ -46,7 +46,7 @@ DEPENDENCIES:
- HPGrowingTextView (~> 1.1)
- JSQMessagesViewController (~> 7.2.0)
- libPhoneNumber-iOS (~> 0.9.2)
- MatrixSDK (= 0.7.10)
- MatrixSDK (= 0.7.11)

SPEC CHECKSUMS:
AFNetworking: 5e0e199f73d8626b11e79750991f5d173d1f8b67
Expand All @@ -57,8 +57,8 @@ SPEC CHECKSUMS:
JSQMessagesViewController: 73cab48aa92fc2d512f3b6724f3425cc47a19eb5
JSQSystemSoundPlayer: c5850e77a4363ffd374cd851154b9af93264ed8d
libPhoneNumber-iOS: 36044ed9658b5c11ee3cb3011751e47251d34992
MatrixSDK: 4f2c6b616d8dfa1f50d10986e088e398b772f3c5
MatrixSDK: 7508abee816785312d658dc7569ea63074025c27

PODFILE CHECKSUM: 794184e2522f0dbea6c7b30200433eb7674403ce
PODFILE CHECKSUM: d66b8e529d642d2f4fc715c2ce43c826cc6842ac

COCOAPODS: 1.2.0

0 comments on commit e6f1d87

Please sign in to comment.