diff options
author | Hamza <40746210+hamza221@users.noreply.github.com> | 2023-09-14 15:53:57 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-09-14 15:53:57 +0200 |
commit | 9a885be6f9562121171129773ca36895ea6a98fd (patch) | |
tree | 7033fac2a4f0d71ce52ea5daca49a296ee768196 | |
parent | 72fb4fd52f6c8e7672f134facaf8d9a76b49ade0 (diff) | |
parent | 4bb5c29e6b11f9a277c754fc0dd97d795e9a76d7 (diff) |
Merge pull request #3610 from nextcloud/release/v5.4.0v5.4.0
release v5.4.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 175be481..250b7904 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,5 @@ # Changelog -## 5.4.0-rc.1 - 2023-08-31 +## 5.4.0 - 2023-09-14 ### Added - Quick actions for contacts - Disabled wording to disabled address books diff --git a/appinfo/info.xml b/appinfo/info.xml index 9388560f..88fe19f6 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.4.0-rc.2</version> + <version>5.4.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 3333cb4c..73ac0467 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "contacts", - "version": "5.4.0-rc.2", + "version": "5.4.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "contacts", - "version": "5.4.0-rc.2", + "version": "5.4.0", "license": "agpl", "dependencies": { "@mattkrick/sanitize-svg": "^0.4.0", diff --git a/package.json b/package.json index bd7e08e7..27ee1a61 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.4.0-rc.2", + "version": "5.4.0", "author": "John MolakvoƦ <skjnldsv@protonmail.com>", "contributors": [ "John MolakvoƦ <skjnldsv@protonmail.com>", |