From c068703028d19fb6c5a4690e904ae6f2bd74292f Mon Sep 17 00:00:00 2001 From: Steve Klabnik Date: Fri, 18 Jan 2019 10:43:59 -0500 Subject: [PATCH] start next development iteration 0.2.4-alpha.0 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index e83459ad..7d981de6 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.3" +version = "0.2.4-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 ec6619b2..aa5129e4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "mdbook" -version = "0.2.3" +version = "0.2.4-alpha.0" authors = [ "Mathieu David ", "Michael-F-Bryan ",