diff --git a/appinfo/info.xml b/appinfo/info.xml index e5cedf50f..4ba7f57b6 100644 --- a/appinfo/info.xml +++ b/appinfo/info.xml @@ -1,14 +1,10 @@ - polls 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.1.0-beta5 + 7.1.0 agpl Vinzenz Rosenkranz René Gieling @@ -83,4 +79,4 @@ 77 - + \ No newline at end of file diff --git a/package-lock.json b/package-lock.json index ba23f1741..4b3516c2b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "polls", - "version": "7.1.0-beta5", + "version": "7.1.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "polls", - "version": "7.1.0-beta5", + "version": "7.1.0", "license": "AGPL-3.0", "dependencies": { "@nextcloud/auth": "^2.3.0", diff --git a/package.json b/package.json index a183707f6..21e0e5774 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "polls", - "version": "7.1.0-beta5", + "version": "7.1.0", "private": true, "description": "Polls app for nextcloud", "homepage": "https://github.com/nextcloud/polls#readme",