From 071b97de07f5179e69cb144024175b39a7c15826 Mon Sep 17 00:00:00 2001 From: squidfunk Date: Wed, 7 Dec 2022 20:57:42 +0100 Subject: [PATCH] Prepare 9.0.0b2 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 2a8a5bc77..5f3d66e5a 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 e85808a06..fa3b51ac4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "mkdocs-material", - "version": "9.0.0b1", + "version": "9.0.0b2", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "mkdocs-material", - "version": "9.0.0b1", + "version": "9.0.0b2", "license": "MIT", "dependencies": { "array-flat-polyfill": "^1.0.1", diff --git a/package.json b/package.json index c407a2aec..163729944 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "mkdocs-material", - "version": "9.0.0b1", + "version": "9.0.0b2", "description": "Documentation that simply works", "keywords": [ "mkdocs",