From 1eaf25c7cd0a92c101d850b2765175e74f12d5cf Mon Sep 17 00:00:00 2001 From: Gofannon <17145502+Gofannon@users.noreply.github.com> Date: Fri, 19 Jul 2019 19:31:48 +0200 Subject: [PATCH 1/3] change version in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f14ee40..937bc1a 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ If you have constrained bandwidth, you may set an upper limit for the bit rate o In addition to being a streaming media server, Airsonic works very well as a local jukebox. The intuitive web interface, as well as search and index facilities, are optimized for efficient browsing through large media libraries. Airsonic also comes with an integrated Podcast receiver, with many of the same features as you find in iTunes. -**Shipped version:** 10.3.1 +**Shipped version:** 10.4.0 ## Screenshots From dd300b5d430ebdf4409d1224b8e9d5da01c82a15 Mon Sep 17 00:00:00 2001 From: Gofannon <17145502+Gofannon@users.noreply.github.com> Date: Fri, 19 Jul 2019 19:32:25 +0200 Subject: [PATCH 2/3] increment package version in manifest --- manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifest.json b/manifest.json index b21dd19..b029efa 100644 --- a/manifest.json +++ b/manifest.json @@ -6,7 +6,7 @@ "en": "Airsonic is an open source, web-based media server.", "fr": "Airsonic est un server multimedia open-source." }, - "version": "10.3.1~ynh1", + "version": "10.4.0~ynh1", "url": "http://airsonic.github.io", "license": "GPL-3.0-or-later", "maintainer": { From 873cc34e630c3e986404d39ee53033a14c81d413 Mon Sep 17 00:00:00 2001 From: Gofannon <17145502+Gofannon@users.noreply.github.com> Date: Thu, 8 Aug 2019 20:17:11 +0200 Subject: [PATCH 3/3] fix manifest so Upgrade can be done properly upgrade script: if [ "$upgrade_type" == "UPGRADE_APP" ] --- manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifest.json b/manifest.json index b029efa..bc3787f 100644 --- a/manifest.json +++ b/manifest.json @@ -6,7 +6,7 @@ "en": "Airsonic is an open source, web-based media server.", "fr": "Airsonic est un server multimedia open-source." }, - "version": "10.4.0~ynh1", + "version": "10.4.0~ynh2", "url": "http://airsonic.github.io", "license": "GPL-3.0-or-later", "maintainer": {