From 584c3620ee5b95804387674c4110e5ecb8fc81aa Mon Sep 17 00:00:00 2001 From: dartcafe Date: Fri, 11 Oct 2024 01:01:12 +0200 Subject: [PATCH] 8.0.0-alpha7 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 ccd4d3e80..291f94200 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). - 8.0.0-alpha6 + 8.0.0-alpha7 agpl Vinzenz Rosenkranz René Gieling diff --git a/package-lock.json b/package-lock.json index b7ce37579..6e11860f3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "polls", - "version": "8.0.0-alpha6", + "version": "8.0.0-alpha7", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "polls", - "version": "8.0.0-alpha6", + "version": "8.0.0-alpha7", "license": "AGPL-3.0", "dependencies": { "@nextcloud/auth": "^2.3.0", diff --git a/package.json b/package.json index 17bcf47ee..2f09734ef 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "polls", - "version": "8.0.0-alpha6", + "version": "8.0.0-alpha7", "private": true, "description": "Polls app for nextcloud", "homepage": "https://github.com/nextcloud/polls#readme",