Skip to content

Commit

Permalink
Prepare v1.10.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
tkem committed Nov 9, 2020
1 parent 1a5435d commit 653fab3
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 3 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.rst
@@ -1,3 +1,13 @@
1.10.0 UNRELEASED
-----------------

- Require Android 5.1 or greater for Cordova app.

- Add Dutch translation (courtesy of wimpie).

- Update dependencies.


1.9.1 2019-12-05
----------------

Expand Down
3 changes: 2 additions & 1 deletion README.rst
Expand Up @@ -149,7 +149,8 @@ Copyright (c) 2015-2020 Thomas Kemmer.
Translations: `slimer <https://github.com/slimer/>`_ (Español,
Català), `Andrzej Raczkowski <https://github.com/araczkowski/>`_
(Polski), `Peter Kuderjavy <mailto:kuderjavy@gmail.com>`_ (Slovak),
`Gilbert Brault <https://github.com/gbrault>`_ (Français).
`Gilbert Brault <https://github.com/gbrault>`_ (Français),
`wimpie <https://github.com/70MM13>`_ (Nederlands).

Licensed under the `Apache License, Version 2.0`_.

Expand Down
2 changes: 1 addition & 1 deletion config.xml
@@ -1,5 +1,5 @@
<?xml version='1.0' encoding='utf-8'?>
<widget android-versionCode="431" id="at.co.kemmer.mopidy_mobile" version="1.9.1" xmlns="http://www.w3.org/ns/widgets" xmlns:android="http://schemas.android.com/apk/res/android">
<widget android-versionCode="432" id="at.co.kemmer.mopidy_mobile" version="1.10.0" xmlns="http://www.w3.org/ns/widgets" xmlns:android="http://schemas.android.com/apk/res/android">
<name>Mopidy Mobile</name>
<description>Simple remote client for the Mopidy music server</description>
<author email="tkemmer@computer.org">Thomas Kemmer</author>
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.9.1'
__version__ = '1.10.0'


class Extension(ext.Extension):
Expand Down
3 changes: 3 additions & 0 deletions www/app/settings/about.html
Expand Up @@ -32,6 +32,9 @@ <h1>Mopidy Mobile {{version}}</h1>
<a href="https://github.com/gbrault" target="_system">Gilbert
Brault</a> (Français).

<a href="https://github.com/70MM13" target="_system">wimpie</a>
(Nederlands).

</p>
</ion-content>
</ion-view>

0 comments on commit 653fab3

Please sign in to comment.