diff --git a/Cargo.lock b/Cargo.lock index 446708c..09396d5 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -673,7 +673,7 @@ dependencies = [ [[package]] name = "mdbook-toc" -version = "0.2.5-alpha.0" +version = "0.3.0" dependencies = [ "clap 2.33.0 (registry+https://github.com/rust-lang/crates.io-index)", "env_logger 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/Cargo.toml b/Cargo.toml index 2dc0909..c7306f8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "mdbook-toc" -version = "0.2.5-alpha.0" +version = "0.3.0" authors = ["Jan-Erik Rediger "] description = "mdbook preprocessor to add Table of Contents" license = "MPL-2.0"