From 72f154bee4dbe2d63b8a04ec5fedc4ad6b7d9496 Mon Sep 17 00:00:00 2001 From: Michael Bryan Date: Sun, 22 Apr 2018 00:45:07 +0800 Subject: [PATCH] (cargo-release) start next development iteration 0.1.7-alpha.0 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index c920aa72..5ef04983 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -498,7 +498,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] name = "mdbook" -version = "0.1.6" +version = "0.1.7-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 21ca7bb8..e3ac2bf7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "mdbook" -version = "0.1.6" +version = "0.1.7-alpha.0" authors = ["Mathieu David ", "Michael-F-Bryan "] description = "Create books from markdown files" documentation = "http://rust-lang-nursery.github.io/mdBook/index.html"