diff --git a/Cargo.lock b/Cargo.lock index b6d5dfb..559a19c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -931,7 +931,7 @@ dependencies = [ [[package]] name = "mdbook-toc" -version = "0.14.0" +version = "0.14.1" dependencies = [ "clap", "env_logger", diff --git a/Cargo.toml b/Cargo.toml index c316701..1fb264f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "mdbook-toc" -version = "0.14.0" +version = "0.14.1" authors = ["Jan-Erik Rediger "] description = "mdbook preprocessor to add Table of Contents" license = "MPL-2.0"