diff --git a/appinfo/info.xml b/appinfo/info.xml
index eed173084..259b93252 100644
--- a/appinfo/info.xml
+++ b/appinfo/info.xml
@@ -1,79 +1,79 @@
-
-
- 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).
- 5.4.2
- agpl
- Vinzenz Rosenkranz
- René Gieling
- Kai Schröer
-
- https://github.com/nextcloud/polls/blob/master/README.md
-
- tools
- social
- organization
- https://github.com/nextcloud/polls
- https://github.com/nextcloud/polls/issues
- https://github.com/nextcloud/polls.git
- https://raw.githubusercontent.com/nextcloud/polls/master/screenshots/overview.png
- https://raw.githubusercontent.com/nextcloud/polls/master/screenshots/vote.png
- https://raw.githubusercontent.com/nextcloud/polls/master/screenshots/edit-poll.png
-
-
-
-
-
-
- OCA\Polls\Provider\ActivityProvider
-
-
-
- OCA\Polls\Cron\NotificationCron
- OCA\Polls\Cron\JanitorCron
- OCA\Polls\Cron\AutoReminderCron
-
-
- OCA\Polls\Command\Share\Add
- OCA\Polls\Command\Share\Remove
- OCA\Polls\Command\Db\Purge
- OCA\Polls\Command\Db\RemoveIndices
- OCA\Polls\Command\Db\Rebuild
- OCA\Polls\Command\Db\CreateIndices
- OCA\Polls\Command\Db\CleanMigrations
- OCA\Polls\Command\Db\ResetWatch
- OCA\Polls\Command\Poll\TransferOwnership
-
-
- OCA\Polls\Settings\AdminSection
- OCA\Polls\Settings\PersonalSection
- OCA\Polls\Settings\AdminSettings
- OCA\Polls\Settings\PersonalSettings
-
-
-
- OCA\Polls\Migration\RepairSteps\RemoveObsoleteMigrations
- OCA\Polls\Migration\RepairSteps\RemoveIndices
-
-
- OCA\Polls\Migration\RepairSteps\DropOrphanedTables
- OCA\Polls\Migration\RepairSteps\DropOrphanedColumns
- OCA\Polls\Migration\RepairSteps\DeleteInvalidRecords
- OCA\Polls\Migration\RepairSteps\UpdateHashes
- OCA\Polls\Migration\RepairSteps\CreateIndices
-
-
- OCA\Polls\Migration\RepairSteps\Install
-
-
-
-
- Polls
- polls.page.index
- app.svg
- 77
-
-
-
+
+
+ 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).
+ 5.4.3
+ agpl
+ Vinzenz Rosenkranz
+ René Gieling
+ Kai Schröer
+
+ https://github.com/nextcloud/polls/blob/master/README.md
+
+ tools
+ social
+ organization
+ https://github.com/nextcloud/polls
+ https://github.com/nextcloud/polls/issues
+ https://github.com/nextcloud/polls.git
+ https://raw.githubusercontent.com/nextcloud/polls/master/screenshots/overview.png
+ https://raw.githubusercontent.com/nextcloud/polls/master/screenshots/vote.png
+ https://raw.githubusercontent.com/nextcloud/polls/master/screenshots/edit-poll.png
+
+
+
+
+
+
+ OCA\Polls\Provider\ActivityProvider
+
+
+
+ OCA\Polls\Cron\NotificationCron
+ OCA\Polls\Cron\JanitorCron
+ OCA\Polls\Cron\AutoReminderCron
+
+
+ OCA\Polls\Command\Share\Add
+ OCA\Polls\Command\Share\Remove
+ OCA\Polls\Command\Db\Purge
+ OCA\Polls\Command\Db\RemoveIndices
+ OCA\Polls\Command\Db\Rebuild
+ OCA\Polls\Command\Db\CreateIndices
+ OCA\Polls\Command\Db\CleanMigrations
+ OCA\Polls\Command\Db\ResetWatch
+ OCA\Polls\Command\Poll\TransferOwnership
+
+
+ OCA\Polls\Settings\AdminSection
+ OCA\Polls\Settings\PersonalSection
+ OCA\Polls\Settings\AdminSettings
+ OCA\Polls\Settings\PersonalSettings
+
+
+
+ OCA\Polls\Migration\RepairSteps\RemoveObsoleteMigrations
+ OCA\Polls\Migration\RepairSteps\RemoveIndices
+
+
+ OCA\Polls\Migration\RepairSteps\DropOrphanedTables
+ OCA\Polls\Migration\RepairSteps\DropOrphanedColumns
+ OCA\Polls\Migration\RepairSteps\DeleteInvalidRecords
+ OCA\Polls\Migration\RepairSteps\UpdateHashes
+ OCA\Polls\Migration\RepairSteps\CreateIndices
+
+
+ OCA\Polls\Migration\RepairSteps\Install
+
+
+
+
+ Polls
+ polls.page.index
+ app.svg
+ 77
+
+
+
\ No newline at end of file
diff --git a/package-lock.json b/package-lock.json
index 6d90848fc..d1b42efe2 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,12 +1,12 @@
{
"name": "polls",
- "version": "5.4.2",
+ "version": "5.4.3",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "polls",
- "version": "5.4.2",
+ "version": "5.4.3",
"license": "AGPL-3.0",
"dependencies": {
"@nextcloud/auth": "^2.2.1",
diff --git a/package.json b/package.json
index f3f874f16..d5eeb70b5 100644
--- a/package.json
+++ b/package.json
@@ -1,7 +1,7 @@
{
"name": "polls",
"description": "Polls app for nextcloud",
- "version": "5.4.2",
+ "version": "5.4.3",
"authors": [
{
"name": "Vinzenz Rosenkranz",