From 4f5518a1bd8d06bf3ab79d9318ea7da5133cbf68 Mon Sep 17 00:00:00 2001 From: Jan-Erik Rediger Date: Sat, 5 Aug 2023 19:58:06 +0200 Subject: [PATCH] chore: Release mdbook-last-changed version 0.1.4 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index a977bce..66ce6ec 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -896,7 +896,7 @@ dependencies = [ [[package]] name = "mdbook-last-changed" -version = "0.1.3" +version = "0.1.4" dependencies = [ "clap", "env_logger", diff --git a/Cargo.toml b/Cargo.toml index 4864c5d..9500d5f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "mdbook-last-changed" -version = "0.1.3" +version = "0.1.4" description = "mdbook preprocessor to add the last modification date per page" license = "MPL-2.0" homepage = "https://github.com/badboy/mdbook-last-changed"