diff --git a/pretix_public_registrations/__init__.py b/pretix_public_registrations/__init__.py
index 8e8fb77ba4a4417ebd1a4ed438cd76a0aca4c80c..2007cfffeaadbc9b9a87488a34793d98b5dd5254 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.2.1'
+        version = '1.2.2'
         compatibility = "pretix>=2.7.0"
 
     def ready(self):
diff --git a/setup.py b/setup.py
index c983ec5d5d7772bafaf420b198ea143f40a603f1..46a66c56ca76faa1fccbd143b67fa4c39f683e85 100644
--- a/setup.py
+++ b/setup.py
@@ -25,7 +25,7 @@ cmdclass = {
 
 setup(
     name='pretix-public-registrations',
-    version='1.2.1',
+    version='1.2.2',
     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',