Skip to content

Commit

Permalink
version++
Browse files Browse the repository at this point in the history
  • Loading branch information
manuroe committed Mar 30, 2018
1 parent 1696bf5 commit 8052f97
Show file tree
Hide file tree
Showing 6 changed files with 31 additions and 21 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 0.6.13 (2018-03-30)
===============================================

Improvements:
* Upgrade MatrixKit version (v0.7.9).
* Make state event redaction handling gentler with homeserver (vector-im/riot-ios#1823).

Bug fixes:
* Room summary is not updated after redaction of the room display name (vector-im/riot-ios#1822).

Changes in 0.6.12 (2018-03-12)
===============================================

Expand Down
2 changes: 1 addition & 1 deletion Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ source 'https://github.com/CocoaPods/Specs.git'

# Different flavours of pods to MatrixKit
# The current MatrixKit pod version
$matrixKitVersion = '0.7.8'
$matrixKitVersion = '0.7.9'

# The develop branch version
#$matrixKitVersion = 'develop'
Expand Down
32 changes: 16 additions & 16 deletions Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -43,34 +43,34 @@ PODS:
- GZIP (1.2.1)
- HPGrowingTextView (1.1)
- libPhoneNumber-iOS (0.9.13)
- MatrixKit (0.7.8):
- MatrixKit (0.7.9):
- cmark (~> 0.24.1)
- DTCoreText (~> 1.6.21)
- HPGrowingTextView (~> 1.1)
- libPhoneNumber-iOS (~> 0.9.13)
- MatrixKit/Core (= 0.7.8)
- MatrixSDK (= 0.10.6)
- MatrixKit/AppExtension (0.7.8):
- MatrixKit/Core (= 0.7.9)
- MatrixSDK (= 0.10.7)
- MatrixKit/AppExtension (0.7.9):
- cmark (~> 0.24.1)
- DTCoreText (~> 1.6.21)
- DTCoreText/Extension
- HPGrowingTextView (~> 1.1)
- libPhoneNumber-iOS (~> 0.9.13)
- MatrixSDK (= 0.10.6)
- MatrixKit/Core (0.7.8):
- MatrixSDK (= 0.10.7)
- MatrixKit/Core (0.7.9):
- cmark (~> 0.24.1)
- DTCoreText (~> 1.6.21)
- HPGrowingTextView (~> 1.1)
- libPhoneNumber-iOS (~> 0.9.13)
- MatrixSDK (= 0.10.6)
- MatrixSDK (0.10.6):
- MatrixSDK/Core (= 0.10.6)
- MatrixSDK/Core (0.10.6):
- MatrixSDK (= 0.10.7)
- MatrixSDK (0.10.7):
- MatrixSDK/Core (= 0.10.7)
- MatrixSDK/Core (0.10.7):
- AFNetworking (~> 3.2.0)
- GZIP (~> 1.2.1)
- OLMKit (~> 2.2.2)
- Realm (~> 3.1.1)
- MatrixSDK/JingleCallStack (0.10.6):
- MatrixSDK/JingleCallStack (0.10.7):
- MatrixSDK/Core
- WebRTC (= 63.11.20455)
- OLMKit (2.2.2):
Expand All @@ -90,8 +90,8 @@ DEPENDENCIES:
- cmark
- DTCoreText
- GBDeviceInfo (~> 5.1.0)
- MatrixKit (= 0.7.8)
- MatrixKit/AppExtension (= 0.7.8)
- MatrixKit (= 0.7.9)
- MatrixKit/AppExtension (= 0.7.9)
- MatrixSDK/JingleCallStack
- OLMKit
- PiwikTracker (from `https://github.com/manuroe/matomo-sdk-ios.git`, branch `feature/CustomVariables`)
Expand All @@ -115,13 +115,13 @@ SPEC CHECKSUMS:
GZIP: 7ee835f989fb3c6ea79005fc90b8fa6af710a70d
HPGrowingTextView: 88a716d97fb853bcb08a4a08e4727da17efc9b19
libPhoneNumber-iOS: e444379ac18bbfbdefad571da735b2cd7e096caa
MatrixKit: 4a44fc7c77b312d921604af249c891144b228d5c
MatrixSDK: 9d2edb30d020fb8478e03d5b69097b7ce273bc63
MatrixKit: 1945e24b20e0ba0853798c347404cdf0efb780e3
MatrixSDK: a08af4179df86082affa188b5b2099def9eb2843
OLMKit: b9d8c0ffee9ea8c45bc0aaa9afb47f93fba7efbd
PiwikTracker: 42862c7b13028065c3dfd36b4dc38db8a5765acf
Realm: 42d1c38a5b1bbcc828b48a7ce702cb86fc68adf4
WebRTC: f2a6203584745fe53532633397557876b5d71640

PODFILE CHECKSUM: 4a8ff7d0d54b2e3369a8e4d32f2814e24404033f
PODFILE CHECKSUM: 7abb83aba898f3755b58b5859fd52321f7d97bb2

COCOAPODS: 1.4.0
4 changes: 2 additions & 2 deletions Riot/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>0.6.12</string>
<string>0.6.13</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>0.6.12</string>
<string>0.6.13</string>
<key>ITSAppUsesNonExemptEncryption</key>
<true/>
<key>ITSEncryptionExportComplianceCode</key>
Expand Down
2 changes: 1 addition & 1 deletion RiotShareExtension/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<key>CFBundlePackageType</key>
<string>XPC!</string>
<key>CFBundleShortVersionString</key>
<string>0.6.12</string>
<string>0.6.13</string>
<key>CFBundleVersion</key>
<string>1</string>
<key>NSExtension</key>
Expand Down
2 changes: 1 addition & 1 deletion SiriIntents/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<key>CFBundlePackageType</key>
<string>XPC!</string>
<key>CFBundleShortVersionString</key>
<string>0.6.12</string>
<string>0.6.13</string>
<key>CFBundleVersion</key>
<string>1</string>
<key>NSExtension</key>
Expand Down

0 comments on commit 8052f97

Please sign in to comment.