diff --git a/appinfo/info.xml b/appinfo/info.xml
index 681e9dac1..f27e2d1f1 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-beta2
+ 7.0.0-beta3
agpl
Vinzenz Rosenkranz
René Gieling
diff --git a/package-lock.json b/package-lock.json
index c3af160fc..b7db09aff 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,12 +1,12 @@
{
"name": "polls",
- "version": "7.0.0-beta2",
+ "version": "7.0.0-beta3",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "polls",
- "version": "7.0.0-beta2",
+ "version": "7.0.0-beta3",
"license": "AGPL-3.0",
"dependencies": {
"@nextcloud/auth": "^2.2.1",
diff --git a/package.json b/package.json
index c6439acd2..67be9c0ef 100644
--- a/package.json
+++ b/package.json
@@ -1,7 +1,7 @@
{
"name": "polls",
"description": "Polls app for nextcloud",
- "version": "7.0.0-beta2",
+ "version": "7.0.0-beta3",
"authors": [
{
"name": "Vinzenz Rosenkranz",