summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Bryan <michaelfbryan@gmail.com>2018-04-23 07:41:31 +0800
committerMichael Bryan <michaelfbryan@gmail.com>2018-04-23 07:41:31 +0800
commitea0b835b38aba9566c1cc50ad119fbbf2c56f59d (patch)
tree1d7d464019e638e41739261ad65e68550361b2b8
parent58f0f3b0f2842e0131f475d8044da786e61cd66c (diff)
(cargo-release) version 0.1.7v0.1.7
-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 d0e6efcb..b2387a60 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -497,7 +497,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]]
name = "mdbook"
-version = "0.1.7-alpha.0"
+version = "0.1.7"
dependencies = [
"ammonia 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
"chrono 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
diff --git a/Cargo.toml b/Cargo.toml
index 639afa29..69e1f3c0 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "mdbook"
-version = "0.1.7-alpha.0"
+version = "0.1.7"
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"