From cf7ca44fd3940b21d843e905fdf553e174a39059 Mon Sep 17 00:00:00 2001 From: squidfunk Date: Thu, 27 Jul 2023 09:53:37 +0200 Subject: [PATCH] Prepare 9.2.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 9e9fd0ccf..9908da586 100644 --- a/material/base.html +++ b/material/base.html @@ -32,7 +32,7 @@ {% endif %} - + {% endblock %} {% block htmltitle %} {% if page.meta and page.meta.title %} diff --git a/package-lock.json b/package-lock.json index e747a9548..84294e2c3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "mkdocs-material", - "version": "9.2.0-b1", + "version": "9.2.0-b2", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "mkdocs-material", - "version": "9.2.0-b1", + "version": "9.2.0-b2", "license": "MIT", "dependencies": { "clipboard": "^2.0.11", diff --git a/package.json b/package.json index 8ae65eea3..85db16cc5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "mkdocs-material", - "version": "9.2.0-b1", + "version": "9.2.0-b2", "description": "Documentation that simply works", "keywords": [ "mkdocs",