diff options
author | hamza221 <hamzamahjoubi221@gmail.com> | 2023-05-25 17:18:45 +0200 |
---|---|---|
committer | hamza221 <hamzamahjoubi221@gmail.com> | 2023-05-25 17:18:45 +0200 |
commit | adc71553ffb51b693b45f842c04ec246d9ad5ebb (patch) | |
tree | 462ec1250e134c8170d23bed93d42fa2af842cff | |
parent | 3ab183609abdb22eb2e9d7417f12632ec6903768 (diff) |
Bump stable5.3 to 5.3.0-rc.2v5.3.0-rc2
Signed-off-by: hamza221 <hamzamahjoubi221@gmail.com>
-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 860630c0..6df0c73a 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-rc.1</version> + <version>5.3.0-rc.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 001e6696..8bb318fc 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "contacts", - "version": "5.3.0-rc1", + "version": "5.3.0-rc2", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "contacts", - "version": "5.3.0-rc1", + "version": "5.3.0-rc2", "license": "agpl", "dependencies": { "@mattkrick/sanitize-svg": "^0.4.0", diff --git a/package.json b/package.json index 449ff48f..00e08e6e 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-rc1", + "version": "5.3.0-rc2", "author": "John MolakvoƦ <skjnldsv@protonmail.com>", "contributors": [ "John MolakvoƦ <skjnldsv@protonmail.com>", |