diff --git a/doc/conf.py b/doc/conf.py
index bcd32f1..86aac9b 100644
--- a/doc/conf.py
+++ b/doc/conf.py
@@ -22,7 +22,7 @@
 author = "Dominic Kempf"
 
 # The full version, including alpha/beta/rc tags
-release = "1.1.1"
+release = "1.1.2"
 
 # -- General configuration ---------------------------------------------------
 
diff --git a/setup.py b/setup.py
index ff34919..6b35835 100644
--- a/setup.py
+++ b/setup.py
@@ -10,7 +10,7 @@
 
 setup(
     name="sphinx_lfs_content",
-    version="1.1.1",
+    version="1.1.2",
     author="Dominic Kempf",
     author_email="dominic.kempf@iwr.uni-heidelberg.de",
     description="Ensure existence of LFS content in your LFS builds",