summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatt Ickstadt <mattico8@gmail.com>2018-07-26 12:44:29 -0500
committerMatt Ickstadt <mattico8@gmail.com>2018-07-26 12:44:29 -0500
commit2bbabdcd620ef336b1d27c49d5dff296d6b88b1a (patch)
tree09cf51719f7efa87e71b6fe27101f39343662327
parenta287a0dcc8ee253705c4d6d75f10d1c471f9832e (diff)
(cargo-release) version 0.1.9v0.1.9
-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 4dde3c08..0e041205 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -503,7 +503,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]]
name = "mdbook"
-version = "0.1.9-alpha.0"
+version = "0.1.9"
dependencies = [
"ammonia 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
"chrono 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)",
diff --git a/Cargo.toml b/Cargo.toml
index d5f7eddc..af9ca0ed 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "mdbook"
-version = "0.1.9-alpha.0"
+version = "0.1.9"
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"