From 7a96f58091d15b3b9ced5240f4fea32d5d2c335a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Raimund=20Schl=C3=BC=C3=9Fler?= Date: Wed, 22 Oct 2025 22:29:49 +0200 Subject: [PATCH] chore: bump version, 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 | 2 +- appinfo/info.xml | 2 +- package-lock.json | 4 ++-- package.json | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d0e85e222..22e8d8f28 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -## 0.17.0 +## 0.17.0 - 2025-10-22 ### Added - Allow to add reminders #154 diff --git a/appinfo/info.xml b/appinfo/info.xml index 70fe23063..8af8333ee 100644 --- a/appinfo/info.xml +++ b/appinfo/info.xml @@ -5,7 +5,7 @@ Tasks The Tasks app for Nextcloud - 0.17.0-alpha.0 + 0.17.0 agpl Raimund Schlüßler Tasks diff --git a/package-lock.json b/package-lock.json index 40ca3bff9..c91d664e2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "tasks", - "version": "0.17.0-alpha.0", + "version": "0.17.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "tasks", - "version": "0.17.0-alpha.0", + "version": "0.17.0", "license": "AGPLv3", "dependencies": { "@nextcloud/axios": "^2.5.2", diff --git a/package.json b/package.json index 811ab69d7..bcafc1e77 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "tasks", "description": "Nextcloud - Tasks", - "version": "0.17.0-alpha.0", + "version": "0.17.0", "author": { "name": "Raimund Schlüßler", "email": "raimund.schluessler@mailbox.org"