diff options
author | Christoph Wurst <christoph@winzerhof-wurst.at> | 2022-09-27 19:40:23 +0200 |
---|---|---|
committer | Christoph Wurst <christoph@winzerhof-wurst.at> | 2022-09-27 19:40:23 +0200 |
commit | 88509846719d9db64494c2cc58b20ca158c2f47e (patch) | |
tree | bf70f10c0bd5f5a356dc7ff0224964ba96c160b9 | |
parent | e058254f588c3ade89c111ab2246e9f93ebc9ce8 (diff) |
v5.0.0-alpha4v5.0.0-alpha4
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 bc5532fd..dd06ff82 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.0.0-alpha.3</version> + <version>5.0.0-alpha.4</version> <licence>agpl</licence> <author>Christoph Wurst</author> diff --git a/package-lock.json b/package-lock.json index ec27539f..18bd1ccc 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "contacts", - "version": "5.0.0-alpha3", + "version": "5.0.0-alpha4", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "contacts", - "version": "5.0.0-alpha3", + "version": "5.0.0-alpha4", "license": "agpl", "dependencies": { "@mattkrick/sanitize-svg": "^0.3.1", diff --git a/package.json b/package.json index fc697b1b..30dcdbd7 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.0.0-alpha3", + "version": "5.0.0-alpha4", "author": "John MolakvoƦ <skjnldsv@protonmail.com>", "contributors": [ "John MolakvoƦ <skjnldsv@protonmail.com>", |