From b765023da32e8c6fca1a0bc7c7cc241c4e251fd6 Mon Sep 17 00:00:00 2001 From: Michael Bryan Date: Fri, 16 Feb 2018 07:45:52 +0800 Subject: [PATCH] (cargo-release) version 0.1.3 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 1393d3f044..0eb1ef527c 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-alpha.0" +version = "0.1.3" 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 a3d0ef9725..40af802b64 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "mdbook" -version = "0.1.3-alpha.0" +version = "0.1.3" authors = ["Mathieu David ", "Michael-F-Bryan "] description = "create books from markdown files (like Gitbook)" documentation = "http://rust-lang-nursery.github.io/mdBook/index.html"