Skip to content

Commit

Permalink
Prepare v1.7.3.
Browse files Browse the repository at this point in the history
  • Loading branch information
tkem committed May 7, 2016
1 parent 20eb857 commit d556f84
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 4 deletions.
8 changes: 8 additions & 0 deletions CHANGES.rst
@@ -1,3 +1,11 @@
1.7.3 2016-05-07
----------------

- Upgrade Ionic to v1.3.0.

- Show track and disc number in track info dialog.


1.7.2 2016-05-01
----------------

Expand Down
2 changes: 1 addition & 1 deletion README.rst
Expand Up @@ -95,7 +95,7 @@ addition to the commands above, run::

ionic resources android
ionic platform add android
ionic build android
ionic run android


Project Resources
Expand Down
4 changes: 2 additions & 2 deletions config.xml
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<widget android-versionCode="38" id="at.co.kemmer.mopidy_mobile" version="1.7.2">
<widget android-versionCode="39" id="at.co.kemmer.mopidy_mobile" version="1.7.3">
<name>Mopidy Mobile</name>
<description>
Mopidy Mobile aims to be a simple, easy to use remote that lets
Expand Down Expand Up @@ -54,4 +54,4 @@
<plugin name="cordova-plugin-splashscreen" spec="~3.2.2"/>
<plugin name="cordova-plugin-whitelist" spec="~1.2.2"/>
<plugin name="cordova-plugin-zeroconf" spec="~1.1.1"/>
</widget>
</widget>
2 changes: 1 addition & 1 deletion mopidy_mobile/__init__.py
Expand Up @@ -4,7 +4,7 @@

from mopidy import config, ext

__version__ = '1.7.2'
__version__ = '1.7.3'


class Extension(ext.Extension):
Expand Down

0 comments on commit d556f84

Please sign in to comment.