From 499e64fee2e037369632ce4ea487122b3cef0ebd Mon Sep 17 00:00:00 2001 From: Jonas Heinrich Date: Sat, 6 Mar 2021 16:30:14 +0100 Subject: [PATCH] update app version, nextcloud and php support --- CHANGELOG.md | 5 +++++ appinfo/info.xml | 6 +++--- package-lock.json | 2 +- package.json | 2 +- 4 files changed, 10 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 921ddb4..5fe061b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +## 1.0.3 - 2021-03 +### Changed +- Update npm modules + [254](https://git.project-insanity.org/onny/nextcloud-app-radio/-/issues/254) @onny + ## 1.0.2 - 2021-01 ### Fixed - Set user agent http header for remote API diff --git a/appinfo/info.xml b/appinfo/info.xml index d42cc9e..4cfe03f 100644 --- a/appinfo/info.xml +++ b/appinfo/info.xml @@ -7,7 +7,6 @@ Listening to your favorite radio stations in Nextcloud! This app uses radio-browser.info database as a backend. - - 🔊 Listen to radio stations directly in Nextcloud - 🔍 Browse thousands of stations worldwide - ⭐ Create your own list of favorite stations @@ -17,7 +16,7 @@ app uses radio-browser.info database as a backend. - 👂 Smoth audio playback and transitions - 1.0.2 + 1.0.3 agpl Jonas Heinrich Radio @@ -26,7 +25,8 @@ app uses radio-browser.info database as a backend. https://git.project-insanity.org/onny/nextcloud-app-radio/issues https://git.project-insanity.org/onny/nextcloud-app-radio/raw/master/screenshot.png - + + diff --git a/package-lock.json b/package-lock.json index bb6a69f..f4526fa 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "radio", - "version": "1.0.2", + "version": "1.0.3", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index a8067af..369c245 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "radio", "description": "Listen to your favorite radio stations in Nextcloud", - "version": "1.0.2", + "version": "1.0.3", "author": "Jonas Heinrich ", "contributors": [ "Jonas Heinrich "