diff --git a/Cargo.lock b/Cargo.lock index 1a8cbdcb..17ad40dc 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -525,7 +525,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] name = "mdbook" -version = "0.2.2" +version = "0.2.3-alpha.0" dependencies = [ "ammonia 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)", "chrono 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/Cargo.toml b/Cargo.toml index ccb2ae42..295014f1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "mdbook" -version = "0.2.2" +version = "0.2.3-alpha.0" authors = [ "Mathieu David ", "Michael-F-Bryan ",