From b5ca82034522ef3cd56233541f1f6869f548ae54 Mon Sep 17 00:00:00 2001 From: Michael Bryan Date: Fri, 16 Feb 2018 07:47:35 +0800 Subject: [PATCH] (cargo-release) start next development iteration 0.1.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 0eb1ef52..45a16704 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -448,7 +448,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] name = "mdbook" -version = "0.1.3" +version = "0.1.4-alpha.0" dependencies = [ "chrono 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", "clap 2.29.4 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/Cargo.toml b/Cargo.toml index 40af802b..89228011 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "mdbook" -version = "0.1.3" +version = "0.1.4-alpha.0" authors = ["Mathieu David ", "Michael-F-Bryan "] description = "create books from markdown files (like Gitbook)" documentation = "http://rust-lang-nursery.github.io/mdBook/index.html"