From 9718b05c0c0817dc0f6818c121fc9d2259ff4fa1 Mon Sep 17 00:00:00 2001 From: dartcafe Date: Sat, 24 Feb 2024 14:53:51 +0100 Subject: [PATCH] 6.1.5 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 0430c9928..5228554e9 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.1.4 + 6.1.5 agpl Vinzenz Rosenkranz René Gieling diff --git a/package-lock.json b/package-lock.json index 428e1ffe0..b2a8ae728 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "polls", - "version": "6.1.4", + "version": "6.1.5", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "polls", - "version": "6.1.4", + "version": "6.1.5", "license": "AGPL-3.0", "dependencies": { "@nextcloud/auth": "^2.2.1", diff --git a/package.json b/package.json index be79b2aa2..61e0f9622 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "polls", "description": "Polls app for nextcloud", - "version": "6.1.4", + "version": "6.1.5", "authors": [ { "name": "Vinzenz Rosenkranz",