summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Bryan <michaelfbryan@gmail.com>2018-07-09 18:39:35 +0800
committerMichael Bryan <michaelfbryan@gmail.com>2018-07-09 18:39:35 +0800
commitb9ff0e8a77af826211a98441d5a5da65c0fbd8c5 (patch)
tree0263fa6b756bc2d6a7f7f47de0127186dad4df31
parent0bda57175df22687e45921bfa0ec5b915a2aa484 (diff)
(cargo-release) version 0.1.8v0.1.8
-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 34749611..e0985050 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.8-alpha.0"
+version = "0.1.8"
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 0120ab10..77ab1c20 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "mdbook"
-version = "0.1.8-alpha.0"
+version = "0.1.8"
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"