From 838812a6e4d22417c51f60ff96827f392ee42aaa Mon Sep 17 00:00:00 2001 From: dartcafe Date: Thu, 30 May 2024 08:44:46 +0200 Subject: [PATCH] 6.4.1 Signed-off-by: dartcafe --- 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 d86f3915c..a04cf05dc 100644 --- a/appinfo/info.xml +++ b/appinfo/info.xml @@ -4,7 +4,7 @@ Polls A polls app, similar to Doodle/Dudle with the possibility to restrict access. A polls app, similar to Doodle/Dudle with the possibility to restrict access (members, certain groups/users, hidden and public). - 6.4.0 + 6.4.1 agpl Vinzenz Rosenkranz René Gieling diff --git a/package-lock.json b/package-lock.json index 61cd5565a..9364f88f0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "polls", - "version": "6.4.0", + "version": "6.4.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "polls", - "version": "6.4.0", + "version": "6.4.1", "license": "AGPL-3.0", "dependencies": { "@nextcloud/auth": "^2.2.1", diff --git a/package.json b/package.json index 8ad964d86..041c2d310 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "polls", "description": "Polls app for nextcloud", - "version": "6.4.0", + "version": "6.4.1", "authors": [ { "name": "Vinzenz Rosenkranz",