diff --git a/pretix_public_registrations/__init__.py b/pretix_public_registrations/__init__.py
index aa6feb273d5d3e3aacc80e48703ee2568c974ab8..ed0802f07dbf7e1668d5cf26ec22cd360a71cd98 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.6'
+        version = '1.3.0'
         compatibility = "pretix>=2.7.0"
 
     def ready(self):
diff --git a/setup.py b/setup.py
index 28c652a0c2c9d446825b216f9775b593de42e2e7..e2dd9f1cb288dd16e7301b432518773b924a9d76 100644
--- a/setup.py
+++ b/setup.py
@@ -25,7 +25,7 @@ cmdclass = {
 
 setup(
     name='pretix-public-registrations',
-    version='1.2.6',
+    version='1.3.0',
     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',