diff --git a/appinfo/info.xml b/appinfo/info.xml index 14dafbd9..8173844b 100755 --- a/appinfo/info.xml +++ b/appinfo/info.xml @@ -14,7 +14,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.1.0 + 4.2.0-dev.0 agpl Nextcloud @@ -31,7 +31,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 c17b7483..a1883c03 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "guests", - "version": "5.0.0", + "version": "4.2.0-dev.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "guests", - "version": "5.0.0", + "version": "4.2.0-dev.0", "license": "agpl", "dependencies": { "@mdi/svg": "^7.4.47", diff --git a/package.json b/package.json index 975be543..f758867e 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": "5.0.0", + "version": "4.2.0-dev.0", "type": "module", "author": "Robin Appelman ", "contributors": [