diff options
author | Christoph Wurst <christoph@winzerhof-wurst.at> | 2022-12-15 15:50:58 +0100 |
---|---|---|
committer | Christoph Wurst <christoph@winzerhof-wurst.at> | 2022-12-15 15:50:58 +0100 |
commit | 1734b8441f7632eaf8e746eb822de3c9b9439ed3 (patch) | |
tree | 2e45333ed236493f9a3688843bdc1ab842a32dcd | |
parent | f5cdf935ede94296cad4b6c4efb6cc523d09301d (diff) |
v4.2.3v4.2.3
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
-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 a901f99c..4a116a5f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## 4.2.2 – 2022-12-15 +## 4.2.3 – 2022-12-15 ### Fixed - Undefined array offset error diff --git a/appinfo/info.xml b/appinfo/info.xml index 4e4eeb71..99e9adda 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>4.2.2</version> + <version>4.2.3</version> <licence>agpl</licence> <author>Christoph Wurst</author> diff --git a/package-lock.json b/package-lock.json index 2d762f4b..1437ab21 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "contacts", - "version": "4.2.2", + "version": "4.2.3", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "contacts", - "version": "4.2.2", + "version": "4.2.3", "license": "agpl", "dependencies": { "@mattkrick/sanitize-svg": "^0.3.1", diff --git a/package.json b/package.json index 55c16322..cc7717d4 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": "4.2.2", + "version": "4.2.3", "author": "John Molakvoæ <skjnldsv@protonmail.com>", "contributors": [ "John Molakvoæ <skjnldsv@protonmail.com>", |