diff options
author | Christoph Wurst <christoph@winzerhof-wurst.at> | 2023-05-12 14:59:06 +0200 |
---|---|---|
committer | Christoph Wurst <christoph@winzerhof-wurst.at> | 2023-05-12 14:59:06 +0200 |
commit | a1889d1a2dc4a67411b3eae7eb75b3aa2db0bed5 (patch) | |
tree | 6df0f6c514eb7dcc820ba8cd40d35c8c4c4e83b1 | |
parent | 1af130d8318c963bb29cd3551fc716500b0f2232 (diff) |
chore(release): v5.3.0-beta2v5.3.0-beta2
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
-rw-r--r-- | appinfo/info.xml | 2 | ||||
-rw-r--r-- | package-lock.json | 4 | ||||
-rw-r--r-- | package.json | 2 |
3 files changed, 4 insertions, 4 deletions
diff --git a/appinfo/info.xml b/appinfo/info.xml index 342768a5..58fd263c 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.0-beta.1</version> + <version>5.3.0-beta.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 d50545ec..aa125765 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "contacts", - "version": "5.3.0-beta1", + "version": "5.3.0-beta2", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "contacts", - "version": "5.3.0-beta1", + "version": "5.3.0-beta2", "license": "agpl", "dependencies": { "@mattkrick/sanitize-svg": "^0.4.0", diff --git a/package.json b/package.json index 4f05c81a..7a409e20 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.0-beta1", + "version": "5.3.0-beta2", "author": "John MolakvoƦ <skjnldsv@protonmail.com>", "contributors": [ "John MolakvoƦ <skjnldsv@protonmail.com>", |