From 166c6fffff1b33029506d9f61130fd6847a82752 Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Wed, 14 Aug 2024 13:32:19 +0200 Subject: [PATCH] feat(deps): Add Nextcloud 31 support Signed-off-by: Joas Schilling --- appinfo/info.xml | 4 ++-- package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/appinfo/info.xml b/appinfo/info.xml index 43e96cb59..907d4a4b5 100644 --- a/appinfo/info.xml +++ b/appinfo/info.xml @@ -16,7 +16,7 @@ * šŸ™ˆ **Weā€™re not reinventing the wheel!** Based on the great and open SabreDAV library. - 6.1.0-alpha.2 + 7.0.0-dev.0 agpl Hamza Mahjoubi @@ -44,7 +44,7 @@ - + diff --git a/package-lock.json b/package-lock.json index 22a9b3d7a..1fc53912f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "contacts", - "version": "6.1.0-alpha.2", + "version": "7.0.0-dev.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "contacts", - "version": "6.1.0-alpha.2", + "version": "7.0.0-dev.0", "license": "agpl", "dependencies": { "@mattkrick/sanitize-svg": "^0.4.0", diff --git a/package.json b/package.json index 8a5781e1a..d84235033 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": "6.1.0-alpha.2", + "version": "7.0.0-dev.0", "author": "John MolakvoƦ ", "contributors": [ "John MolakvoƦ ",