diff options
author | Anna <anna@nextcloud.com> | 2023-11-30 16:56:23 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-11-30 16:56:23 +0100 |
commit | 59137e7bfa0f683caa33c18e49e2dfde7fca4074 (patch) | |
tree | 903e7d447dc280e53e2661163287e2ee7122cd51 | |
parent | a7b79b9a506e661bb0b53174f77a80351dc9c617 (diff) | |
parent | bfd0f7113e639b6baa67e6fbfcbb807849f88816 (diff) |
Merge pull request #3723 from nextcloud/build/release-v5.5.0-rc2v5.5.0-rc2
-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 0f1c3e29..70c46baa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## 5.5.0-rc.1 – unreleased +## 5.5.0-rc.2 – unreleased ### Added - Nextcloud 28 file action compatibility - PHP8.3 support diff --git a/appinfo/info.xml b/appinfo/info.xml index 81c40991..e29fcd7b 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.1</version> + <version>5.5.0-rc.2</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 3a2e63cd..1b752c90 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "contacts", - "version": "5.5.0-rc1", + "version": "5.5.0-rc2", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "contacts", - "version": "5.5.0-rc1", + "version": "5.5.0-rc2", "license": "agpl", "dependencies": { "@mattkrick/sanitize-svg": "^0.4.0", diff --git a/package.json b/package.json index 98229d2e..47f7c35a 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-rc1", + "version": "5.5.0-rc2", "author": "John Molakvoæ <skjnldsv@protonmail.com>", "contributors": [ "John Molakvoæ <skjnldsv@protonmail.com>", |