diff --git a/appinfo/info.xml b/appinfo/info.xml
index f76be16d9..5dff18bf0 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.1.0-beta4
+ 7.1.0-beta5
agpl
Vinzenz Rosenkranz
René Gieling
diff --git a/package-lock.json b/package-lock.json
index 7b2bf46d7..af2632b92 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,12 +1,12 @@
{
"name": "polls",
- "version": "7.1.0-beta4",
+ "version": "7.1.0-beta5",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "polls",
- "version": "7.1.0-beta4",
+ "version": "7.1.0-beta5",
"license": "AGPL-3.0",
"dependencies": {
"@nextcloud/auth": "^2.3.0",
diff --git a/package.json b/package.json
index 672dda07d..fb1d48b81 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "polls",
- "version": "7.1.0-beta4",
+ "version": "7.1.0-beta5",
"private": true,
"description": "Polls app for nextcloud",
"homepage": "https://github.com/nextcloud/polls#readme",