From 59de7df10beb326df4878d863d3a5f90511b9f6d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Raimund=20Schl=C3=BC=C3=9Fler?= Date: Sun, 8 Mar 2020 16:26:23 +0100 Subject: Bump version and update changelog MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Raimund Schlüßler --- CHANGELOG.md | 5 +++++ appinfo/info.xml | 2 +- package-lock.json | 2 +- package.json | 2 +- 4 files changed, 8 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d4ab5ced..7f93fb2e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +## 0.12.1 - 2020-03-08 + +### Fixed +- Don't break the app by subscribed calendars #911 + ## 0.12.0 - 2020-03-08 ### Added diff --git a/appinfo/info.xml b/appinfo/info.xml index 69906bd5..62b6eb35 100644 --- a/appinfo/info.xml +++ b/appinfo/info.xml @@ -5,7 +5,7 @@ Tasks The Tasks app for Nextcloud - 0.12.0 + 0.12.1 agpl Raimund Schlüßler Tasks diff --git a/package-lock.json b/package-lock.json index ad796ee6..58b7f490 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "tasks", - "version": "0.12.0", + "version": "0.12.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 6bbeda1e..0aaf9ffc 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "tasks", "description": "Nextcloud - Tasks", - "version": "0.12.0", + "version": "0.12.1", "author": { "name": "Raimund Schlüßler", "email": "raimund.schluessler@mailbox.org" -- cgit v1.2.3