Skip to content

Commit

Permalink
Prepare v1.2.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
tkem committed Jul 3, 2015
1 parent 2e8bda8 commit 10af7d9
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 3 deletions.
10 changes: 10 additions & 0 deletions CHANGES.rst
@@ -1,3 +1,13 @@
1.2.0 2015-07-03
-----------------

- Add popup menu for track items.

- Add create button to edit views.

- Various UI improvements.


1.1.0 2015-06-16
-----------------

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="3" id="at.co.kemmer.mopidy-mobile" version="1.1.0">
<widget android-versionCode="4" id="at.co.kemmer.mopidy-mobile" version="1.2.0">
<name>Mopidy Mobile</name>
<description>
Mopidy Mobile aims to be a simple, easy to use remote that lets
Expand Down Expand Up @@ -47,4 +47,4 @@
<plugin name="cordova-plugin-whitelist" spec="^1.0.1-dev"/>
<plugin name="uk.co.whiteoctober.cordova.appversion" spec="^0.1.5"/>
<icon src="resources/android/icon/drawable-xhdpi-icon.png"/>
</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.1.0'
__version__ = '1.2.0'


class Extension(ext.Extension):
Expand Down

0 comments on commit 10af7d9

Please sign in to comment.