diff --git a/Cargo.lock b/Cargo.lock index ad134d7..0e6b6b4 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -848,7 +848,7 @@ dependencies = [ [[package]] name = "mdbook-toc" -version = "0.9.0" +version = "0.10.0" dependencies = [ "clap", "env_logger", diff --git a/Cargo.toml b/Cargo.toml index 6128fef..2b3626d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "mdbook-toc" -version = "0.9.0" +version = "0.10.0" authors = ["Jan-Erik Rediger "] description = "mdbook preprocessor to add Table of Contents" license = "MPL-2.0"