diff options
author | Hamza <40746210+hamza221@users.noreply.github.com> | 2023-12-11 17:02:54 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-12-11 17:02:54 +0100 |
commit | 0e9101cc0785857e454b0a25f9eb9ae8f065cc93 (patch) | |
tree | de28379f7fa5c973e3c3af31f8dedc5968509526 | |
parent | 59137e7bfa0f683caa33c18e49e2dfde7fca4074 (diff) | |
parent | cfae41b2c49671322f08b230b2a3c9c791fb59dd (diff) |
Merge pull request #3737 from nextcloud/chore/release-v5.5.0v5.5.0
Chore/release v5.5.0
-rw-r--r-- | CHANGELOG.md | 2 | ||||
-rw-r--r-- | appinfo/info.xml | 2 | ||||
-rw-r--r-- | package-lock.json | 4 | ||||
-rw-r--r-- | package.json | 2 |
4 files changed, 5 insertions, 5 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 70c46baa..6e395497 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## 5.5.0-rc.2 – unreleased +## 5.5.0 – 2023-12-11 ### Added - Nextcloud 28 file action compatibility - PHP8.3 support diff --git a/appinfo/info.xml b/appinfo/info.xml index e29fcd7b..0ab21a17 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>5.5.0-rc.2</version> + <version>5.5.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 1b752c90..e76b5df1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "contacts", - "version": "5.5.0-rc2", + "version": "5.5.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "contacts", - "version": "5.5.0-rc2", + "version": "5.5.0", "license": "agpl", "dependencies": { "@mattkrick/sanitize-svg": "^0.4.0", diff --git a/package.json b/package.json index 47f7c35a..68cc7d2f 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": "5.5.0-rc2", + "version": "5.5.0", "author": "John Molakvoæ <skjnldsv@protonmail.com>", "contributors": [ "John Molakvoæ <skjnldsv@protonmail.com>", |