From c152acb5375aca4802d22f1dfc7c15753df75ffe Mon Sep 17 00:00:00 2001 From: squidfunk Date: Wed, 20 Jul 2022 17:36:41 +0200 Subject: [PATCH] Prepare 8.4.0rc1 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 3ac1d5a87..7382bb051 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 6cec3361f..235c65ce0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "mkdocs-material", - "version": "8.3.9", + "version": "8.4.0rc1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "mkdocs-material", - "version": "8.3.9", + "version": "8.4.0rc1", "license": "MIT", "dependencies": { "array-flat-polyfill": "^1.0.1", diff --git a/package.json b/package.json index acd2a1609..a94b2fa3c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "mkdocs-material", - "version": "8.3.9", + "version": "8.4.0rc1", "description": "Documentation that simply works", "keywords": [ "mkdocs",