Skip to content

Commit

Permalink
version++
Browse files Browse the repository at this point in the history
  • Loading branch information
manuroe committed Aug 8, 2017
1 parent f8864b5 commit f2d22cf
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 10 deletions.
8 changes: 8 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
Changes in 0.5.2 (2017-08-01)
===============================================

Improvements:
* Upgrade MatrixKit version (v0.6.1).
* Emojis: Boost size of messages containing only emojis (not only one).
* Bug Report: Make the crash dump appear in GH issues created for crashes

Changes in 0.5.1 (2017-08-01)
===============================================

Expand Down
2 changes: 1 addition & 1 deletion Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ target "Riot" do

# Different flavours of pods to MatrixKit
# The tagged version on which this version of Riot has been built
pod 'MatrixKit', '0.6.0'
pod 'MatrixKit', '0.6.1'

# The lastest release available on the CocoaPods repository
#pod 'MatrixKit'
Expand Down
14 changes: 7 additions & 7 deletions Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -39,13 +39,13 @@ PODS:
- GZIP (1.1.1)
- HPGrowingTextView (1.1)
- libPhoneNumber-iOS (0.9.10)
- MatrixKit (0.6.0):
- MatrixKit (0.6.1):
- cmark (~> 0.24.1)
- DTCoreText (~> 1.6.17)
- HPGrowingTextView (~> 1.1)
- libPhoneNumber-iOS (~> 0.9.10)
- MatrixSDK (= 0.9.0)
- MatrixSDK (0.9.0):
- MatrixSDK (= 0.9.1)
- MatrixSDK (0.9.1):
- AFNetworking (~> 3.1.0)
- GZIP (~> 1.1.1)
- OLMKit (2.2.2):
Expand All @@ -63,7 +63,7 @@ DEPENDENCIES:
- DTCoreText
- GBDeviceInfo (~> 4.3.0)
- GoogleAnalytics
- MatrixKit (= 0.6.0)
- MatrixKit (= 0.6.1)
- OLMKit
- Realm (~> 2.8.1)
- WebRTC (= 58.17.16937)
Expand All @@ -78,12 +78,12 @@ SPEC CHECKSUMS:
GZIP: f8beb59597f651e6970a45b816508a9c6d700b77
HPGrowingTextView: 88a716d97fb853bcb08a4a08e4727da17efc9b19
libPhoneNumber-iOS: f721ae4d5854bce60934f9fb9b0b28e8e68913cb
MatrixKit: 5fbccca031922678711eac07abea2e06a5d7c21d
MatrixSDK: ee1e381e93d0a53baa465e0caf5217c1ef34a274
MatrixKit: fbf30823fb64604b5f8bb8ef8cbb8d949189525b
MatrixSDK: c5d9b84da5e32b305c5def410f239a7d94c72105
OLMKit: b9d8c0ffee9ea8c45bc0aaa9afb47f93fba7efbd
Realm: 3601ef091c8c499a31101d8563b991e75546cdce
WebRTC: 1e9a85bf75509eec44be6478c64e9de65ac82332

PODFILE CHECKSUM: 93f7160baaf90769979c2c6fee52db7969d6fba0
PODFILE CHECKSUM: 76ecd40dee0ff2c3007141b353b385be7e863d6c

COCOAPODS: 1.2.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.5.1</string>
<string>0.5.2</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>0.5.1</string>
<string>0.5.2</string>
<key>ITSAppUsesNonExemptEncryption</key>
<true/>
<key>ITSEncryptionExportComplianceCode</key>
Expand Down

0 comments on commit f2d22cf

Please sign in to comment.