diff --git a/CHANGES.rst b/CHANGES.rst index d6938c301..dce5c55ff 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,8 +1,8 @@ -Changes in 0.7.2 (2018-08-) +Changes in 0.7.2 (2018-08-24) =============================================== Improvements: - * Upgrade MatrixKit version (v0.8.1). + * Upgrade MatrixKit version (v0.8.2). * Server Quota Notices in Riot (#1937). Bug fix: diff --git a/Podfile b/Podfile index 31f0a5ee8..0e0003ac4 100644 --- a/Podfile +++ b/Podfile @@ -9,7 +9,7 @@ source 'https://github.com/CocoaPods/Specs.git' # Different flavours of pods to MatrixKit # The current MatrixKit pod version -$matrixKitVersion = '0.8.1' +$matrixKitVersion = '0.8.2' # The develop branch version #$matrixKitVersion = 'develop' diff --git a/Podfile.lock b/Podfile.lock index 68496c18c..4448a7b5f 100644 --- a/Podfile.lock +++ b/Podfile.lock @@ -43,36 +43,38 @@ PODS: - GZIP (1.2.1) - HPGrowingTextView (1.1) - libPhoneNumber-iOS (0.9.13) - - MatrixKit (0.8.1): + - MatrixKit (0.8.2): - cmark (~> 0.24.1) - DTCoreText (~> 1.6.21) - HPGrowingTextView (~> 1.1) - libPhoneNumber-iOS (~> 0.9.13) - - MatrixKit/Core (= 0.8.1) - - MatrixSDK (= 0.11.1) - - MatrixKit/AppExtension (0.8.1): + - MatrixKit/Core (= 0.8.2) + - MatrixSDK (= 0.11.2) + - MatrixKit/AppExtension (0.8.2): - cmark (~> 0.24.1) - DTCoreText (~> 1.6.21) - DTCoreText/Extension - HPGrowingTextView (~> 1.1) - libPhoneNumber-iOS (~> 0.9.13) - - MatrixSDK (= 0.11.1) - - MatrixKit/Core (0.8.1): + - MatrixSDK (= 0.11.2) + - MatrixKit/Core (0.8.2): - cmark (~> 0.24.1) - DTCoreText (~> 1.6.21) - HPGrowingTextView (~> 1.1) - libPhoneNumber-iOS (~> 0.9.13) - - MatrixSDK (= 0.11.1) - - MatrixSDK (0.11.1): - - MatrixSDK/Core (= 0.11.1) - - MatrixSDK/Core (0.11.1): + - MatrixSDK (= 0.11.2) + - MatrixSDK (0.11.2): + - MatrixSDK/Core (= 0.11.2) + - MatrixSDK/Core (0.11.2): - AFNetworking (~> 3.2.0) - GZIP (~> 1.2.1) - OLMKit (~> 2.3.0) - Realm (~> 3.7.4) - - MatrixSDK/JingleCallStack (0.11.1): + - MatrixSDK/JingleCallStack (0.11.2): - MatrixSDK/Core - WebRTC (= 63.11.20455) + - MatrixSDK/SwiftSupport (0.11.2): + - MatrixSDK/Core - OLMKit (2.3.0): - OLMKit/olmc (= 2.3.0) - OLMKit/olmcpp (= 2.3.0) @@ -90,9 +92,10 @@ DEPENDENCIES: - cmark - DTCoreText - GBDeviceInfo (~> 5.2.0) - - MatrixKit (= 0.8.1) - - MatrixKit/AppExtension (= 0.8.1) + - MatrixKit (= 0.8.2) + - MatrixKit/AppExtension (= 0.8.2) - MatrixSDK/JingleCallStack + - MatrixSDK/SwiftSupport - OLMKit - PiwikTracker (from `https://github.com/manuroe/matomo-sdk-ios.git`, branch `feature/CustomVariables`) @@ -131,13 +134,13 @@ SPEC CHECKSUMS: GZIP: 7ee835f989fb3c6ea79005fc90b8fa6af710a70d HPGrowingTextView: 88a716d97fb853bcb08a4a08e4727da17efc9b19 libPhoneNumber-iOS: e444379ac18bbfbdefad571da735b2cd7e096caa - MatrixKit: 8b0d82633286ba9be7b17adfeca003bed644cffe - MatrixSDK: 5562f0116b2b08f74b81e9df365a07151ca76584 + MatrixKit: 3298906547560da76ad4dd01b607dc27b7938371 + MatrixSDK: 9fda4563dc398d760298d3b82e8d05101af28c51 OLMKit: dd79cdc5fab9ec04c940a901e025195b7801f306 PiwikTracker: 42862c7b13028065c3dfd36b4dc38db8a5765acf Realm: 9eaecad54712d6246d08ba34c10f354e4715d7d3 WebRTC: f2a6203584745fe53532633397557876b5d71640 -PODFILE CHECKSUM: c1a7c995727b5697ab109e65cbfe947f5d5cda55 +PODFILE CHECKSUM: 0807128485e75d14b4d87b3915e903962101ea7f COCOAPODS: 1.5.3 diff --git a/Riot/SupportingFiles/Info.plist b/Riot/SupportingFiles/Info.plist index 446dd004c..b2de4129e 100644 --- a/Riot/SupportingFiles/Info.plist +++ b/Riot/SupportingFiles/Info.plist @@ -17,11 +17,11 @@ CFBundlePackageType APPL CFBundleShortVersionString - 0.7.1 + 0.7.2 CFBundleSignature ???? CFBundleVersion - 0.7.1 + 0.7.2 ITSAppUsesNonExemptEncryption ITSEncryptionExportComplianceCode diff --git a/RiotShareExtension/SupportingFiles/Info.plist b/RiotShareExtension/SupportingFiles/Info.plist index a5061299f..44f3ea5f2 100644 --- a/RiotShareExtension/SupportingFiles/Info.plist +++ b/RiotShareExtension/SupportingFiles/Info.plist @@ -17,9 +17,9 @@ CFBundlePackageType XPC! CFBundleShortVersionString - 0.7.1 + 0.7.2 CFBundleVersion - 0.7.1 + 0.7.2 NSExtension NSExtensionAttributes diff --git a/SiriIntents/Info.plist b/SiriIntents/Info.plist index 2d9b1c51d..4cd7f2895 100644 --- a/SiriIntents/Info.plist +++ b/SiriIntents/Info.plist @@ -17,9 +17,9 @@ CFBundlePackageType XPC! CFBundleShortVersionString - 0.7.1 + 0.7.2 CFBundleVersion - 0.7.1 + 0.7.2 NSExtension NSExtensionAttributes