Skip to content

Commit

Permalink
Prepare v1.6.9.
Browse files Browse the repository at this point in the history
  • Loading branch information
tkem committed Feb 14, 2016
1 parent 6e39113 commit 6cee120
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 4 deletions.
11 changes: 11 additions & 0 deletions CHANGES.rst
@@ -1,3 +1,14 @@
1.6.9 2016-02-14
----------------

- Make elapsed playback time track visible on Android with "Ionic
Dark" theme.

- Show URI if no name is set for metadata models.

- Upgrade `Cordova` to v6.0.0.


1.6.8 2016-01-25
----------------

Expand Down
4 changes: 2 additions & 2 deletions config.xml
@@ -1,5 +1,5 @@
<?xml version='1.0' encoding='utf-8'?>
<widget android-versionCode="26" id="at.co.kemmer.mopidy-mobile" version="1.6.8">
<widget android-versionCode="27" id="at.co.kemmer.mopidy_mobile" version="1.6.9">
<name>Mopidy Mobile</name>
<description>
Mopidy Mobile aims to be a simple, easy to use remote that lets
Expand Down Expand Up @@ -49,6 +49,6 @@
<plugin name="cordova-plugin-inappbrowser" spec="~1.0.1" />
<plugin name="cordova-plugin-splashscreen" spec="~2.1.0" />
<plugin name="cordova-plugin-whitelist" spec="~1.0.0" />
<plugin name="cordova-custom-config" spec="~1.1.9" />
<plugin name="cordova-custom-config" spec="~1.1.0" />
<plugin name="cordova-zeroconf-plugin" spec="~1.2.0" />
</widget>
2 changes: 1 addition & 1 deletion ionic.project
@@ -1,5 +1,5 @@
{
"name": "mopidy-mobile",
"name": "at.co.kemmer.mopidy_mobile",
"email": "tkemmer@computer.org",
"app_id": "1fb3912a"
}
2 changes: 1 addition & 1 deletion mopidy_mobile/__init__.py
Expand Up @@ -4,7 +4,7 @@

from mopidy import config, ext

__version__ = '1.6.8'
__version__ = '1.6.9'


class Extension(ext.Extension):
Expand Down

0 comments on commit 6cee120

Please sign in to comment.