diff --git a/CHANGELOG.md b/CHANGELOG.md index b4c8a0f18..feafe2ea2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -## [Unreleased] +## 1.2.0 - 2021-05-13 ### Added - Desktop notification shown when the playing song changes (with a setting to opt out) [#828](https://github.com/owncloud/music/issues/828) diff --git a/appinfo/info.xml b/appinfo/info.xml index 4b3e1947c..c3461a40b 100644 --- a/appinfo/info.xml +++ b/appinfo/info.xml @@ -16,10 +16,11 @@ Limitations: The app can handle libraries of more than 50´000 tracks on modern Pauli Järvinen (current author) Morris Jobke (original author) Jan-Christoph Borchardt (original design) - 1.1.0 + 1.2.0 multimedia https://user-images.githubusercontent.com/8565946/107080070-6b523780-67f9-11eb-8adc-314059b04c1d.png https://user-images.githubusercontent.com/8565946/107083303-17961d00-67fe-11eb-8b1c-5ad94b08a7bb.png + https://user-images.githubusercontent.com/8565946/118117379-39520200-b3f4-11eb-81de-6ec7aee5903a.png https://user-images.githubusercontent.com/8565946/43827491-9ae81a8a-9b02-11e8-8b8a-3e8dce76107a.png https://user-images.githubusercontent.com/8565946/43827500-9f45beb6-9b02-11e8-8884-39ed2f0daa54.png https://github.com/owncloud/music diff --git a/build/package-lock.json b/build/package-lock.json index ab4086b07..4612a956b 100644 --- a/build/package-lock.json +++ b/build/package-lock.json @@ -1,6 +1,6 @@ { "name": "music", - "version": "1.1.0", + "version": "1.2.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/build/package.json b/build/package.json index 4e7bc211d..389d35274 100644 --- a/build/package.json +++ b/build/package.json @@ -1,7 +1,7 @@ { "name": "music", "description": "Music player and server for ownCloud and Nextcloud", - "version": "1.1.0", + "version": "1.2.0", "private": true, "homepage": "https://github.com/owncloud/music", "repository": {