Skip to content

Commit

Permalink
Prepare v0.6.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
tkem committed Feb 10, 2015
1 parent 04cacd7 commit bdcc9d6
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
12 changes: 12 additions & 0 deletions CHANGES.rst
@@ -1,3 +1,15 @@
0.6.0 2015-02-10
----------------

- Add `icomoon` icon font.

- Sort playlists by name.

- Add URL to tracklist.

- Error handling.


0.5.1 2015-02-02
----------------

Expand Down
2 changes: 1 addition & 1 deletion config.xml
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<widget id="com.ionicframework.mopidymobile190318" android-versionCode="5" version="0.5.0" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0">
<widget id="com.ionicframework.mopidymobile190318" android-versionCode="6" version="0.6.0" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0">
<name>Mopidy Mobile</name>
<description>
Mopidy Mobile App.
Expand Down
2 changes: 1 addition & 1 deletion mopidy_mobile/__init__.py
Expand Up @@ -4,7 +4,7 @@

from mopidy import config, ext

__version__ = '0.6.0a1'
__version__ = '0.6.0'


def factory(config, core):
Expand Down

0 comments on commit bdcc9d6

Please sign in to comment.