diff --git a/Cargo.lock b/Cargo.lock index 7fc90a7..1124eb9 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -621,7 +621,7 @@ dependencies = [ [[package]] name = "mdbook-toc" -version = "0.2.2" +version = "0.2.3-alpha.0" dependencies = [ "clap 2.33.0 (registry+https://github.com/rust-lang/crates.io-index)", "env_logger 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/Cargo.toml b/Cargo.toml index 6c457de..91f44c8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "mdbook-toc" -version = "0.2.2" +version = "0.2.3-alpha.0" authors = ["Jan-Erik Rediger "] description = "mdbook preprocessor to add Table of Contents" license = "MPL-2.0"