diff --git a/appinfo/info.xml b/appinfo/info.xml
index 2153da1f..68029f90 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.6.0
+ 4.7.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
-
+
diff --git a/package-lock.json b/package-lock.json
index bcf07c5d..677fe738 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,12 +1,12 @@
{
"name": "guests",
- "version": "4.6.0",
+ "version": "4.7.0-dev.0",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "guests",
- "version": "4.6.0",
+ "version": "4.7.0-dev.0",
"license": "agpl",
"dependencies": {
"@mdi/svg": "^7.4.47",
diff --git a/package.json b/package.json
index 1fb3c274..a97a2fc6 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": "4.6.0",
+ "version": "4.7.0-dev.0",
"type": "module",
"author": "Robin Appelman ",
"contributors": [