From c88d09ee1b222e59f10b4db8e6ca5adcb46b49c8 Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Wed, 14 Aug 2024 13:35:11 +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 27a9c96e..b371e12e 100755 --- a/appinfo/info.xml +++ b/appinfo/info.xml @@ -9,7 +9,7 @@ Guests accounts can be created from the share menu by entering either the recipients email or name and choosing "create guest account", once the share is created the guest user will receive an email notification about the mail with a link to set their password. Guests users can only access files shared to them and cannot create any files outside of shares, additionally, the apps accessible to guest accounts are whitelisted.]]> - 4.0.0 + 5.0.0 agpl Nextcloud @@ -26,7 +26,7 @@ Guests users can only access files shared to them and cannot create any files ou https://raw.githubusercontent.com/nextcloud/guests/master/screenshots/settings.png https://raw.githubusercontent.com/nextcloud/guests/master/screenshots/dropdown.png - + OCA\Guests\Command\ListCommand diff --git a/package-lock.json b/package-lock.json index 20b41a79..64c15edb 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "guests", - "version": "3.2.0", + "version": "5.0.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "guests", - "version": "3.2.0", + "version": "5.0.0", "license": "agpl", "dependencies": { "@mdi/svg": "^7.4.47", diff --git a/package.json b/package.json index 317fdb55..1486df1b 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "guests", "description": "Create guest users which can only see files shared with them", - "version": "3.2.0", + "version": "5.0.0", "type": "module", "author": "Robin Appelman ", "contributors": [