From dbfba418bc68c3c9e9fe81090fdbbc759d6e6d89 Mon Sep 17 00:00:00 2001 From: dartcafe Date: Wed, 27 Mar 2024 14:58:50 +0100 Subject: [PATCH] 7.0.0 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 f730dbf55..e37ed5729 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.0.0-rc1 + 7.0.0 agpl Vinzenz Rosenkranz René Gieling diff --git a/package-lock.json b/package-lock.json index 8f59f652e..d5644ac77 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "polls", - "version": "7.0.0-rc1", + "version": "7.0.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "polls", - "version": "7.0.0-rc1", + "version": "7.0.0", "license": "AGPL-3.0", "dependencies": { "@nextcloud/auth": "^2.2.1", diff --git a/package.json b/package.json index d5deed09f..df26a7008 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "polls", "description": "Polls app for nextcloud", - "version": "7.0.0-rc1", + "version": "7.0.0", "authors": [ { "name": "Vinzenz Rosenkranz",