diff --git a/Cargo.lock b/Cargo.lock index 5de47b7..e00aa70 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -877,7 +877,7 @@ dependencies = [ [[package]] name = "mdbook-toc" -version = "0.10.0" +version = "0.11.0" dependencies = [ "clap", "env_logger", diff --git a/Cargo.toml b/Cargo.toml index 36a5526..22f21d1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "mdbook-toc" -version = "0.10.0" +version = "0.11.0" authors = ["Jan-Erik Rediger "] description = "mdbook preprocessor to add Table of Contents" license = "MPL-2.0"