diff --git a/Cargo.lock b/Cargo.lock index 3f2995c..63295fb 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -866,7 +866,7 @@ dependencies = [ [[package]] name = "mdbook-toc" -version = "0.11.1" +version = "0.11.2" dependencies = [ "clap", "env_logger", diff --git a/Cargo.toml b/Cargo.toml index 7b4f995..e82f54b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "mdbook-toc" -version = "0.11.1" +version = "0.11.2" authors = ["Jan-Erik Rediger "] description = "mdbook preprocessor to add Table of Contents" license = "MPL-2.0"