From a0e7b19784443ea777e559edda8a59e1e7092a3b Mon Sep 17 00:00:00 2001 From: Matt Ickstadt Date: Wed, 22 Aug 2018 08:51:07 -0500 Subject: [PATCH] (cargo-release) start next development iteration 0.2.2-alpha.0 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index d4f08a9e..67d44569 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -507,7 +507,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] name = "mdbook" -version = "0.2.1" +version = "0.2.2-alpha.0" dependencies = [ "ammonia 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)", "chrono 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/Cargo.toml b/Cargo.toml index 467d09e1..d47f682e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "mdbook" -version = "0.2.1" +version = "0.2.2-alpha.0" authors = [ "Mathieu David ", "Michael-F-Bryan ",