Skip to content

Commit

Permalink
version ++
Browse files Browse the repository at this point in the history
  • Loading branch information
manuroe committed Oct 5, 2017
1 parent 334c123 commit 6e4c3bf
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 3 deletions.
9 changes: 9 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
Changes in 0.5.6 (2017-10-05)
===============================================

Improvements:
* SettingsL Pin rooms with missed notifs and unread msg by default (PR #1556**).**

Bug Fix:
* Fix RAM peak usage when doing an initial sync with large rooms (PR #1553).

Changes in 0.5.5 (2017-10-04)
===============================================

Expand Down
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.5</string>
<string>0.5.6</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>0.5.5</string>
<string>0.5.6</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.5.5</string>
<string>0.5.6</string>
<key>CFBundleVersion</key>
<string>1</string>
<key>NSExtension</key>
Expand Down

0 comments on commit 6e4c3bf

Please sign in to comment.