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 "