Skip to content

Commit

Permalink
version++
Browse files Browse the repository at this point in the history
  • Loading branch information
giomfo committed Oct 27, 2017
1 parent 1d83b3d commit 7ee7698
Show file tree
Hide file tree
Showing 6 changed files with 36 additions and 24 deletions.
12 changes: 12 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
Changes in 0.6.1 (2017-10-27)
===============================================

Improvements:
* Upgrade MatrixKit version (v0.7.1).
* Add support for sending messages via Siri in e2e rooms, thanks to @morozkin (PR #1613).

Bug Fix:
* Jitsi: Crash if the user display name has several components (#1616).
* CallKit - When I reject or answer a call on one device, it should stop ringing on all other iOS devices (#1618).
* The Call View Controller is displayed whereas the call has been cancelled.

Changes in 0.6.0 (2017-10-23)
===============================================

Expand Down
4 changes: 2 additions & 2 deletions Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ source 'https://github.com/CocoaPods/Specs.git'

# Different flavours of pods to MatrixKit
# The current MatrixKit pod version
$matrixKitVersion = '0.7.0'
$matrixKitVersion = '0.7.1'

# The develop branch version
#$matrixKitVersion = 'develop'
Expand Down Expand Up @@ -58,7 +58,7 @@ abstract_target 'RiotPods' do
# OLMKit for crypto
pod 'OLMKit'
#pod 'OLMKit', :path => '../olm/OLMKit.podspec'
pod 'Realm', '~> 3.0.0'
pod 'Realm', '~> 3.0.1'

# Remove warnings from "bad" pods
pod 'OLMKit', :inhibit_warnings => true
Expand Down
36 changes: 18 additions & 18 deletions Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -44,48 +44,48 @@ PODS:
- GZIP (1.2.1)
- HPGrowingTextView (1.1)
- libPhoneNumber-iOS (0.9.12)
- MatrixKit (0.7.0):
- MatrixKit (0.7.1):
- cmark (~> 0.24.1)
- DTCoreText (~> 1.6.17)
- HPGrowingTextView (~> 1.1)
- libPhoneNumber-iOS (~> 0.9.10)
- MatrixKit/Core (= 0.7.0)
- MatrixSDK (= 0.10.0)
- MatrixKit/AppExtension (0.7.0):
- MatrixKit/Core (= 0.7.1)
- MatrixSDK (= 0.10.1)
- MatrixKit/AppExtension (0.7.1):
- cmark (~> 0.24.1)
- DTCoreText (~> 1.6.17)
- DTCoreText/Extension
- HPGrowingTextView (~> 1.1)
- libPhoneNumber-iOS (~> 0.9.10)
- MatrixSDK (= 0.10.0)
- MatrixKit/Core (0.7.0):
- MatrixSDK (= 0.10.1)
- MatrixKit/Core (0.7.1):
- cmark (~> 0.24.1)
- DTCoreText (~> 1.6.17)
- HPGrowingTextView (~> 1.1)
- libPhoneNumber-iOS (~> 0.9.10)
- MatrixSDK (= 0.10.0)
- MatrixSDK (0.10.0):
- MatrixSDK (= 0.10.1)
- MatrixSDK (0.10.1):
- AFNetworking (~> 3.1.0)
- GZIP (~> 1.2.1)
- OLMKit (2.2.2):
- OLMKit/olmc (= 2.2.2)
- OLMKit/olmcpp (= 2.2.2)
- OLMKit/olmc (2.2.2)
- OLMKit/olmcpp (2.2.2)
- Realm (3.0.0):
- Realm/Headers (= 3.0.0)
- Realm/Headers (3.0.0)
- Realm (3.0.1):
- Realm/Headers (= 3.0.1)
- Realm/Headers (3.0.1)
- WebRTC (61.5.19063)

DEPENDENCIES:
- cmark
- DTCoreText
- GBDeviceInfo (~> 4.4.0)
- GoogleAnalytics
- MatrixKit (= 0.7.0)
- MatrixKit/AppExtension (= 0.7.0)
- MatrixKit (= 0.7.1)
- MatrixKit/AppExtension (= 0.7.1)
- OLMKit
- Realm (~> 3.0.0)
- Realm (~> 3.0.1)
- WebRTC (= 61.5.19063)

SPEC CHECKSUMS:
Expand All @@ -98,12 +98,12 @@ SPEC CHECKSUMS:
GZIP: 7ee835f989fb3c6ea79005fc90b8fa6af710a70d
HPGrowingTextView: 88a716d97fb853bcb08a4a08e4727da17efc9b19
libPhoneNumber-iOS: b8a1038a101c78616c4df87815ac1556349faf98
MatrixKit: 90b615acc35ff570a14264aa42aaf2136ae82bac
MatrixSDK: 100443a3f7a34232b1a3c4f89ab2d51ddfabb02f
MatrixKit: 32525c51dd8646a3338ebca7d528b0b04efd5483
MatrixSDK: f6e05dd3061dd687f500d379483225b17c37e718
OLMKit: b9d8c0ffee9ea8c45bc0aaa9afb47f93fba7efbd
Realm: dec0de73be8c57506e39db72694d513c189493b3
Realm: ba6144c74f835f7497791f6599d63a7755377b83
WebRTC: 141474ba648e0b940a70696c183451b4a3b2b10f

PODFILE CHECKSUM: 7a5d279285ccaba22b78a9f4bae96554207c8753
PODFILE CHECKSUM: fdb05558507dc165abd602ca91138a3ef11ad02d

COCOAPODS: 1.3.1
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.0</string>
<string>0.6.1</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>0.6.0</string>
<string>0.6.1</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.0</string>
<string>0.6.1</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.0</string>
<string>0.6.1</string>
<key>CFBundleVersion</key>
<string>1</string>
<key>NSExtension</key>
Expand Down

0 comments on commit 7ee7698

Please sign in to comment.