From 98608c3a9999154f12afb6aadc88eb52d104a82f Mon Sep 17 00:00:00 2001 From: squidfunk Date: Wed, 7 Dec 2022 11:18:29 +0100 Subject: [PATCH] Prepare 9.0.0b1 release --- material/base.html | 2 +- package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/material/base.html b/material/base.html index 0c78ec041..4ee4b540b 100644 --- a/material/base.html +++ b/material/base.html @@ -22,7 +22,7 @@ {% endif %} - + {% endblock %} {% block htmltitle %} {% if page.meta and page.meta.title %} diff --git a/package-lock.json b/package-lock.json index 1f7d48262..e85808a06 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "mkdocs-material", - "version": "8.5.11", + "version": "9.0.0b1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "mkdocs-material", - "version": "8.5.11", + "version": "9.0.0b1", "license": "MIT", "dependencies": { "array-flat-polyfill": "^1.0.1", diff --git a/package.json b/package.json index 846cd6c1f..c407a2aec 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "mkdocs-material", - "version": "8.5.11", + "version": "9.0.0b1", "description": "Documentation that simply works", "keywords": [ "mkdocs",