From 5078625046966c7834ddf9531f247660685475f8 Mon Sep 17 00:00:00 2001 From: Daniel Kesselberg Date: Tue, 14 Oct 2025 19:31:07 +0200 Subject: [PATCH] chore: bump version Signed-off-by: Daniel Kesselberg --- appinfo/info.xml | 2 +- package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/appinfo/info.xml b/appinfo/info.xml index 0887dcac..3f9d4f4e 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-dev.0 + 4.6.0 agpl Nextcloud diff --git a/package-lock.json b/package-lock.json index b1e48818..8c2a61fa 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "guests", - "version": "4.6.0-dev.0", + "version": "4.6.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "guests", - "version": "4.6.0-dev.0", + "version": "4.6.0", "license": "agpl", "dependencies": { "@mdi/svg": "^7.4.47", diff --git a/package.json b/package.json index 4c4759d7..daf98bf1 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-dev.0", + "version": "4.6.0", "type": "module", "author": "Robin Appelman ", "contributors": [