diff options
author | Christoph Wurst <ChristophWurst@users.noreply.github.com> | 2023-08-10 12:25:41 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-08-10 12:25:41 +0200 |
commit | a292e3d585e84f777b011d5286a0d2937d3ea6e4 (patch) | |
tree | c2259c910da8388fb6d0a50df0c0c551cc805445 | |
parent | a83645a5e4ea77ec21222f2d925867e173d1131f (diff) | |
parent | 93db4c9b9d9df401ead62ef472c4678505914447 (diff) |
Merge pull request #3552 from nextcloud/release/5.4.0-beta1v5.4.0-beta1
release v5.4.0-beta1
-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 e22d5d68..85f30641 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-alpha.1</version> + <version>5.4.0-beta.1</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 9cadffb6..a5092d00 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "contacts", - "version": "5.4.0-alpha.1", + "version": "5.4.0-beta.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "contacts", - "version": "5.4.0-alpha.1", + "version": "5.4.0-beta.1", "license": "agpl", "dependencies": { "@mattkrick/sanitize-svg": "^0.4.0", diff --git a/package.json b/package.json index 89cdb13b..db8d5bca 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-alpha.1", + "version": "5.4.0-beta.1", "author": "John MolakvoƦ <skjnldsv@protonmail.com>", "contributors": [ "John MolakvoƦ <skjnldsv@protonmail.com>", |