diff --git a/Cargo.lock b/Cargo.lock index b3efc26..350646a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -866,7 +866,7 @@ dependencies = [ [[package]] name = "mdbook-toc" -version = "0.11.0" +version = "0.11.1" dependencies = [ "clap", "env_logger", diff --git a/Cargo.toml b/Cargo.toml index d3dbe6a..2bcadd9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "mdbook-toc" -version = "0.11.0" +version = "0.11.1" authors = ["Jan-Erik Rediger "] description = "mdbook preprocessor to add Table of Contents" license = "MPL-2.0"