summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Bryan <michaelfbryan@gmail.com>2018-03-15 09:21:49 +0800
committerMichael Bryan <michaelfbryan@gmail.com>2018-03-15 09:21:49 +0800
commitc8bbfd4bc1473a4f680c519ffbcd1b8476432f17 (patch)
treec30083cfe8f5ea00747b6169246be5b2d3261a14
parentd48a27f94f03bb57990ed82f54fbe81fed081291 (diff)
(cargo-release) version 0.1.4v0.1.4
-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 34bff35d..f82fdce4 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.4-alpha.0"
+version = "0.1.4"
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 baf5bc4e..5c0fd241 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "mdbook"
-version = "0.1.4-alpha.0"
+version = "0.1.4"
authors = ["Mathieu David <mathieudavid@mathieudavid.org>", "Michael-F-Bryan <michaelfbryan@gmail.com>"]
description = "Create books from markdown files"
documentation = "http://rust-lang-nursery.github.io/mdBook/index.html"