diff options
author | Hamza <40746210+hamza221@users.noreply.github.com> | 2023-06-20 17:45:47 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-06-20 17:45:47 +0200 |
commit | 57a7265cfb37f024592127362d3b7b04d703b9ff (patch) | |
tree | 1520f833e2ea0d9115c78e0cd5f672841b0a5171 | |
parent | 4d266dd65a9cfd225792dd01187c778452befb98 (diff) | |
parent | b1764f9f0b44277cb99d0834f084647bcda5c943 (diff) |
Merge pull request #3468 from nextcloud/release/V5.3.2v5.3.2
Release 5.3.2
-rw-r--r-- | CHANGELOG.md | 3 | ||||
-rw-r--r-- | appinfo/info.xml | 2 | ||||
-rw-r--r-- | package-lock.json | 4 | ||||
-rw-r--r-- | package.json | 2 |
4 files changed, 7 insertions, 4 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 88e90ef9..4cfdc3f7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,7 @@ # Changelog +## 5.3.2 - 2023-06-20 +### Fixed +- Search for new sharees of an addressbook ## 5.3.1 - 2023-06-14 ### Fixed - Allow dynamic autoloading for classes added during upgrade diff --git a/appinfo/info.xml b/appinfo/info.xml index 9a0cb61f..ee906b91 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.3.1</version> + <version>5.3.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 9f1733da..6f7b9d4c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "contacts", - "version": "5.3.1", + "version": "5.3.2", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "contacts", - "version": "5.3.1", + "version": "5.3.2", "license": "agpl", "dependencies": { "@mattkrick/sanitize-svg": "^0.4.0", diff --git a/package.json b/package.json index 40d4e592..af3cc0d7 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.3.1", + "version": "5.3.2", "author": "John MolakvoƦ <skjnldsv@protonmail.com>", "contributors": [ "John MolakvoƦ <skjnldsv@protonmail.com>", |