From cfd6fb79e7702010ce8f046e008db5d70be8e096 Mon Sep 17 00:00:00 2001 From: dartcafe Date: Tue, 24 Dec 2024 13:24:25 +0100 Subject: [PATCH] Revert "7.2.6" This reverts commit 1fa63a5dc0454389caeb6eccc57e040076058454. 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 fd0b4281a..18a8e23d9 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). - 7.2.6 + 7.2.5 agpl Vinzenz Rosenkranz René Gieling diff --git a/package-lock.json b/package-lock.json index 1c02dfe47..dbc96d445 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "polls", - "version": "7.2.6", + "version": "7.2.5", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "polls", - "version": "7.2.6", + "version": "7.2.5", "license": "AGPL-3.0", "dependencies": { "@nextcloud/auth": "^2.4.0", diff --git a/package.json b/package.json index 5b8a3478f..859cfefcd 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "polls", - "version": "7.2.6", + "version": "7.2.5", "private": true, "description": "Polls app for nextcloud", "homepage": "https://github.com/nextcloud/polls#readme",