From a323620e023ec45e31c7b7e996bf01bc0ae21da1 Mon Sep 17 00:00:00 2001 From: Michael Bryan Date: Mon, 23 Apr 2018 07:42:43 +0800 Subject: [PATCH] (cargo-release) start next development iteration 0.1.8-alpha.0 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index b2387a60..443a94d2 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -497,7 +497,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] name = "mdbook" -version = "0.1.7" +version = "0.1.8-alpha.0" dependencies = [ "ammonia 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", "chrono 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/Cargo.toml b/Cargo.toml index 69e1f3c0..8883d9a3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "mdbook" -version = "0.1.7" +version = "0.1.8-alpha.0" authors = ["Mathieu David ", "Michael-F-Bryan "] description = "Create books from markdown files" documentation = "http://rust-lang-nursery.github.io/mdBook/index.html"