summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Bryan <michaelfbryan@gmail.com>2018-02-16 07:45:52 +0800
committerMichael Bryan <michaelfbryan@gmail.com>2018-02-16 07:45:52 +0800
commitb765023da32e8c6fca1a0bc7c7cc241c4e251fd6 (patch)
tree40f499d5e80f8fe17924dac352d541d3e7e6f812
parentd306aed5876cd095e46f9c0d1b9ccc9bdc70b1df (diff)
(cargo-release) version 0.1.3v0.1.3
-rw-r--r--Cargo.lock2
-rw-r--r--Cargo.toml2
2 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 1393d3f0..0eb1ef52 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 a3d0ef97..40af802b 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 <mathieudavid@mathieudavid.org>", "Michael-F-Bryan <michaelfbryan@gmail.com>"]
description = "create books from markdown files (like Gitbook)"
documentation = "http://rust-lang-nursery.github.io/mdBook/index.html"