From e63f53fe47cb14a614cf942bb24fe311bbe7165b Mon Sep 17 00:00:00 2001 From: Michael Bryan Date: Sat, 20 Oct 2018 14:22:47 +0800 Subject: [PATCH] (cargo-release) start next development iteration 0.2.3-alpha.0 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 ",