diff --git a/pretix_public_registrations/__init__.py b/pretix_public_registrations/__init__.py
index 5f7454909b91b21143abac2a04e9e785667a3a80..c5c0713ff533aefb6e2cbdd601f60ecfcf53daa8 100644
--- a/pretix_public_registrations/__init__.py
+++ b/pretix_public_registrations/__init__.py
@@ -14,7 +14,7 @@ class PluginApp(PluginConfig):
         author = 'Felix Schäfer, Dominik Weitz'
         description = _('This plugin will give the option to attendees of an event to mark their registration as public. Public registrations will be shown along their answers to questions marked as public by the organizers on a world-readable page.')
         visible = True
-        version = '1.1.0'
+        version = '1.1.1'
         compatibility = "pretix>=2.7.0"
 
     def ready(self):
diff --git a/setup.py b/setup.py
index 11498cbaa0d245b266f76c517c3dc9d1c2ada36a..cc61e6ac84c1624c3c5090ee43515c5c57a0174d 100644
--- a/setup.py
+++ b/setup.py
@@ -25,7 +25,7 @@ cmdclass = {
 
 setup(
     name='pretix-public-registrations',
-    version='1.1.0',
+    version='1.1.1',
     description='This plugin will give the option to attendees of an event to mark their registration as public. Public registrations will be shown along their answers to questions marked as public by the organizers on a world-readable page.',
     long_description=long_description,
     url='git@gitlab.fachschaften.org:kifev/pretix-public-registrations.git',