diff --git a/pretix_public_registrations/__init__.py b/pretix_public_registrations/__init__.py
index 9058d29aa3df93d8102a823f3936cefeb7f9da0d..8ef73b2243aec35b47472255b1ddf0c71471f191 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.3.2'
+        version = '1.4.0'
         compatibility = "pretix>=2.7.0"
 
     def ready(self):
diff --git a/setup.py b/setup.py
index d3c50e465422eac93eef184e6b4a88dc14c98a1c..189fde2cbc4a06e333f0b90c4cff3cb434a07b42 100644
--- a/setup.py
+++ b/setup.py
@@ -27,7 +27,7 @@ cmdclass = {
 
 setup(
     name='pretix-public-registrations',
-    version='1.3.2',
+    version='1.4.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,
     keywords="pretix public registrations",