From c8d96bc435152078b41b59d5683917507ada5909 Mon Sep 17 00:00:00 2001 From: Hamothy <58985301+sgoudham@users.noreply.github.com> Date: Fri, 16 Sep 2022 00:06:05 +0100 Subject: [PATCH] build(version): Update version to v1.1.0 --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 1190cc7..e547195 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "mdbook-template" -version = "1.0.0" +version = "1.1.0" edition = "2021" authors = ["Goudham Suresh "] description = "A mdbook preprocessor that allows the re-usability of template files with dynamic arguments" @@ -27,4 +27,4 @@ anyhow = "1.0.57" env_logger = "0.9.0" log = "0.4.16" lazy_static = "1.4.0" -fancy-regex = "0.10.0" \ No newline at end of file +fancy-regex = "0.10.0"