From bf3f59ab0af80f477dc9f0b51bdf12209f80e620 Mon Sep 17 00:00:00 2001 From: Hamza Mahjoubi Date: Wed, 17 Apr 2024 18:09:49 +0200 Subject: Release v6.0.0 Signed-off-by: Hamza Mahjoubi --- CHANGELOG.md | 3 ++- appinfo/info.xml | 2 +- package-lock.json | 4 ++-- package.json | 2 +- 4 files changed, 6 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 59a00e25..2314cbca 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,8 +1,9 @@ # Changelog -## 6.0.0-rc.1 – Unreleased +## 6.0.0 – 2024-04-18 ### Added - Nextcloud 29 support +- Nextcloud 30 support - Add confirmation dialog before importing contacts - Implement team overview page updates ### Removed diff --git a/appinfo/info.xml b/appinfo/info.xml index c10cdb0d..56873118 100644 --- a/appinfo/info.xml +++ b/appinfo/info.xml @@ -11,7 +11,7 @@ * 🙈 **We’re not reinventing the wheel!** Based on the great and open SabreDAV library. - 6.0.0-rc.1 + 6.0.0 agpl Hamza Mahjoubi diff --git a/package-lock.json b/package-lock.json index c04a2fc3..30abe911 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "contacts", - "version": "6.0.0-rc.1", + "version": "6.0.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "contacts", - "version": "6.0.0-rc.1", + "version": "6.0.0", "license": "agpl", "dependencies": { "@mattkrick/sanitize-svg": "^0.4.0", diff --git a/package.json b/package.json index 87aeeb26..62115c2e 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "contacts", "description": "A contacts app for Nextcloud. Easily sync contacts from various devices, share and edit them online.", - "version": "6.0.0-rc.1", + "version": "6.0.0", "author": "John Molakvoæ ", "contributors": [ "John Molakvoæ ", -- cgit v1.2.3