summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHamza Mahjoubi <hamzamahjoubi221@gmail.com>2024-04-17 18:09:49 +0200
committerHamza Mahjoubi <hamzamahjoubi221@gmail.com>2024-04-18 10:03:32 +0200
commitbf3f59ab0af80f477dc9f0b51bdf12209f80e620 (patch)
tree10e03fea01a38b830712596470a3da4bced1df7e
parenta48ccf460ea5778db9c19b1dc65ab370d3690903 (diff)
Release v6.0.0
Signed-off-by: Hamza Mahjoubi <hamzamahjoubi221@gmail.com>
-rw-r--r--CHANGELOG.md3
-rw-r--r--appinfo/info.xml2
-rw-r--r--package-lock.json4
-rw-r--r--package.json2
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.
</description>
- <version>6.0.0-rc.1</version>
+ <version>6.0.0</version>
<licence>agpl</licence>
<author mail="hamza221@users.noreply.github.com">Hamza Mahjoubi</author>
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æ <skjnldsv@protonmail.com>",
"contributors": [
"John Molakvoæ <skjnldsv@protonmail.com>",