Skip to content

Commit 31226a1

Browse files
committed
version++
1 parent 1229f24 commit 31226a1

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

CHANGES.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
Changes in Matrix iOS SDK in 0.6.15 (2016-09-14)
2+
================================================
3+
4+
Bug fixes:
5+
* MXFileStore: The stored receipts may not be totally loaded on cold start.
6+
* MXNotificationCenter: The conditions of override and underride rules are defined in an array.
7+
18
Changes in Matrix iOS SDK in 0.6.14 (2016-09-08)
29
================================================
310

MatrixSDK.podspec

Lines changed: 2 additions & 2 deletions
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.6.14"
4+
s.version = "0.6.15"
55
s.summary = "The iOS SDK to build apps compatible with Matrix (http://www.matrix.org)"
66

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

2020
s.platform = :ios, "7.0"
2121

22-
s.source = { :git => "https://github.com/matrix-org/matrix-ios-sdk.git", :tag => "v0.6.14" }
22+
s.source = { :git => "https://github.com/matrix-org/matrix-ios-sdk.git", :tag => "v0.6.15" }
2323
s.source_files = "MatrixSDK", "MatrixSDK/**/*.{h,m}"
2424
s.resources = "MatrixSDK/Data/Store/MXCoreDataStore/*.xcdatamodeld"
2525

0 commit comments

Comments
 (0)