From 842a7948e76b304bf3aec98dcf2c0e11250e9439 Mon Sep 17 00:00:00 2001 From: simonsan <14062932+simonsan@users.noreply.github.com> Date: Mon, 1 Mar 2021 18:45:59 +0100 Subject: [PATCH 1/2] Updating mdbook and mdbook-linkcheck versions --- .env | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.env b/.env index 56d5244..b194b51 100644 --- a/.env +++ b/.env @@ -1,5 +1,5 @@ -MDBOOK_VERSION=0.4.6 -MDBOOK_LINKCHECK_VERSION=0.7.2 +MDBOOK_VERSION=0.4.7 +MDBOOK_LINKCHECK_VERSION=0.7.4 MDBOOK_TOC_VERSION=0.6.1 GIT_DEPLOY_DIR=book/html From 102d06a7e7f7515ee574830334851a02abf1c893 Mon Sep 17 00:00:00 2001 From: simonsan <14062932+simonsan@users.noreply.github.com> Date: Fri, 14 May 2021 03:23:17 +0200 Subject: [PATCH 2/2] Updating versions --- .env | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.env b/.env index b194b51..aba142f 100644 --- a/.env +++ b/.env @@ -1,6 +1,6 @@ -MDBOOK_VERSION=0.4.7 +MDBOOK_VERSION=0.4.8 MDBOOK_LINKCHECK_VERSION=0.7.4 -MDBOOK_TOC_VERSION=0.6.1 +MDBOOK_TOC_VERSION=0.6.3 GIT_DEPLOY_DIR=book/html GIT_DEPLOY_BRANCH=gh-pages