From 6308da699a542e2b137c3bc71cfdd7b48a75b663 Mon Sep 17 00:00:00 2001 From: Michael Bryan Date: Fri, 16 Mar 2018 07:36:40 +0800 Subject: [PATCH] (cargo-release) version 0.1.5 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 11616265..dface806 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -514,7 +514,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] name = "mdbook" -version = "0.1.5-alpha.0" +version = "0.1.5" dependencies = [ "ammonia 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", "chrono 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/Cargo.toml b/Cargo.toml index e50c023e..739c5371 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "mdbook" -version = "0.1.5-alpha.0" +version = "0.1.5" authors = ["Mathieu David ", "Michael-F-Bryan "] description = "Create books from markdown files" documentation = "http://rust-lang-nursery.github.io/mdBook/index.html"