version ++

This commit is contained in:
giomfo 2018-02-27 18:04:19 +01:00
parent 704f9f692b
commit bd45c414e4
6 changed files with 22 additions and 13 deletions

View file

@ -1,3 +1,12 @@
Changes in 0.6.11 (2018-02-27)
===============================================
Improvements:
* Upgrade MatrixKit version (v0.7.7).
Bug Fix:
* My communities screen is empty despite me being in several groups (#1792).
Changes in 0.6.10 (2018-02-14)
===============================================

View file

@ -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.6'
$matrixKitVersion = '0.7.7'
# The develop branch version
#$matrixKitVersion = 'develop'

View file

@ -43,21 +43,21 @@ PODS:
- GZIP (1.2.1)
- HPGrowingTextView (1.1)
- libPhoneNumber-iOS (0.9.13)
- MatrixKit (0.7.6):
- MatrixKit (0.7.7):
- cmark (~> 0.24.1)
- DTCoreText (~> 1.6.17)
- HPGrowingTextView (~> 1.1)
- libPhoneNumber-iOS (~> 0.9.10)
- MatrixKit/Core (= 0.7.6)
- MatrixKit/Core (= 0.7.7)
- MatrixSDK (= 0.10.5)
- MatrixKit/AppExtension (0.7.6):
- MatrixKit/AppExtension (0.7.7):
- cmark (~> 0.24.1)
- DTCoreText (~> 1.6.17)
- DTCoreText/Extension
- HPGrowingTextView (~> 1.1)
- libPhoneNumber-iOS (~> 0.9.10)
- MatrixSDK (= 0.10.5)
- MatrixKit/Core (0.7.6):
- MatrixKit/Core (0.7.7):
- cmark (~> 0.24.1)
- DTCoreText (~> 1.6.17)
- HPGrowingTextView (~> 1.1)
@ -90,8 +90,8 @@ DEPENDENCIES:
- cmark
- DTCoreText
- GBDeviceInfo (~> 5.1.0)
- MatrixKit (= 0.7.6)
- MatrixKit/AppExtension (= 0.7.6)
- MatrixKit (= 0.7.7)
- MatrixKit/AppExtension (= 0.7.7)
- MatrixSDK/JingleCallStack
- OLMKit
- PiwikTracker (from `https://github.com/manuroe/matomo-sdk-ios.git`, branch `feature/CustomVariables`)
@ -115,13 +115,13 @@ SPEC CHECKSUMS:
GZIP: 7ee835f989fb3c6ea79005fc90b8fa6af710a70d
HPGrowingTextView: 88a716d97fb853bcb08a4a08e4727da17efc9b19
libPhoneNumber-iOS: e444379ac18bbfbdefad571da735b2cd7e096caa
MatrixKit: c0f004d72b589fe259a38163181a02e036dc929a
MatrixKit: c1b7e4d181fff789ce5fc449b934a37a148e5820
MatrixSDK: ad1f2b3f183ad328a8a0ab7b3f8aa13bc145d141
OLMKit: b9d8c0ffee9ea8c45bc0aaa9afb47f93fba7efbd
PiwikTracker: 42862c7b13028065c3dfd36b4dc38db8a5765acf
Realm: 42d1c38a5b1bbcc828b48a7ce702cb86fc68adf4
WebRTC: f2a6203584745fe53532633397557876b5d71640
PODFILE CHECKSUM: fde34ec5f4ebb6e811888a13cae5fdbc944d73a8
PODFILE CHECKSUM: c9f36b49408c561b35967a17d6d35e9ca7962b33
COCOAPODS: 1.4.0

View file

@ -17,11 +17,11 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>0.6.10</string>
<string>0.6.11</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>0.6.10</string>
<string>0.6.11</string>
<key>ITSAppUsesNonExemptEncryption</key>
<true/>
<key>ITSEncryptionExportComplianceCode</key>

View file

@ -17,7 +17,7 @@
<key>CFBundlePackageType</key>
<string>XPC!</string>
<key>CFBundleShortVersionString</key>
<string>0.6.10</string>
<string>0.6.11</string>
<key>CFBundleVersion</key>
<string>1</string>
<key>NSExtension</key>

View file

@ -17,7 +17,7 @@
<key>CFBundlePackageType</key>
<string>XPC!</string>
<key>CFBundleShortVersionString</key>
<string>0.6.10</string>
<string>0.6.11</string>
<key>CFBundleVersion</key>
<string>1</string>
<key>NSExtension</key>