Skip to content

Commit

Permalink
Prepare v1.5.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
tkem committed Nov 7, 2015
1 parent 18fdd72 commit b28c50f
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
10 changes: 10 additions & 0 deletions CHANGES.rst
@@ -1,3 +1,13 @@
1.5.1 2015-11-07
----------------

- Fix "Search here..." in library root directory.

- Enable caching for tracklist view.

- Refactor coverart services.


1.5.0 2015-11-06
----------------

Expand Down
2 changes: 1 addition & 1 deletion config.xml
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<widget android-versionCode="14" id="at.co.kemmer.mopidy-mobile" version="1.5.0">
<widget android-versionCode="15" id="at.co.kemmer.mopidy-mobile" version="1.5.1">
<name>Mopidy Mobile</name>
<description>
Mopidy Mobile aims to be a simple, easy to use remote that lets
Expand Down
2 changes: 1 addition & 1 deletion mopidy_mobile/__init__.py
Expand Up @@ -4,7 +4,7 @@

from mopidy import config, ext

__version__ = '1.5.0'
__version__ = '1.5.1'


class Extension(ext.Extension):
Expand Down

0 comments on commit b28c50f

Please sign in to comment.