diff --git a/CHANGELOG b/CHANGELOG
index 5416c545c256199b021b33c5498ff672123e780d..4098cb2e20682bb131ea3451ee0524d4b42c96d1 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,3 +1,7 @@
+mkdocs-material-1.1.1 (2017-02-26)
+
+  * Fixed incorrectly displayed nested lists when using tabs
+
 mkdocs-material-1.1.0 (2017-02-26)
 
   * Added tabs navigation feature (optional)
diff --git a/docs/release-notes.md b/docs/release-notes.md
index 0e8e8a43dbdb982c587ea599a73260f5559ee638..12de2cd854671a176b5578b00ee70351bb5273ff 100644
--- a/docs/release-notes.md
+++ b/docs/release-notes.md
@@ -12,11 +12,15 @@ To determine the currently installed version, use the following command:
 
 ``` sh
 pip show mkdocs-material | grep -E ^Version
-# Version 1.1.0
+# Version 1.1.1
 ```
 
 ## Changelog
 
+### 1.1.1 <small> _ February 26, 2017</small>
+
+* Fixed incorrectly displayed nested lists when using tabs
+
 ### 1.1.0 <small> _ February 26, 2017</small>
 
 * Added tabs navigation feature (optional)
diff --git a/material/base.html b/material/base.html
index 9ad2fba478a41d72bde69ee1ff279dacf0c3f7c5..71f287672866b1b08968350e446ae1d1b772dcf9 100644
--- a/material/base.html
+++ b/material/base.html
@@ -19,7 +19,7 @@
       {% else %}
         <link rel="shortcut icon" href="{{ base_url }}/assets/images/favicon.png">
       {% endif %}
-      <meta name="generator" content="mkdocs-{{ mkdocs_version }}, mkdocs-material-1.1.0">
+      <meta name="generator" content="mkdocs-{{ mkdocs_version }}, mkdocs-material-1.1.1">
     {% endblock %}
     {% block htmltitle %}
       {% if page.title and not page.is_homepage %}
diff --git a/package.json b/package.json
index 79f35daa99bb1aaf4b4d10e99217cb0a81bd9dbc..d6c228d703d5cbbb90a7b23206ce7994830a35bb 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
   "name": "mkdocs-material",
-  "version": "1.1.0",
+  "version": "1.1.1",
   "description": "A Material Design theme for MkDocs",
   "keywords": [
     "mkdocs",