diff --git a/appinfo/info.xml b/appinfo/info.xml index 329d1f33..8c972628 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.]]> - 3.1.0 + 3.2.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 b42bebd8..6511620f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "guests", - "version": "3.1.0", + "version": "3.2.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "guests", - "version": "3.1.0", + "version": "3.2.0", "license": "agpl", "dependencies": { "@nextcloud/axios": "^2.4.0", diff --git a/package.json b/package.json index eb85a188..36f215a1 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.1.0", + "version": "3.2.0", "author": "Robin Appelman ", "contributors": [ "Robin Appelman ",