summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatt Ickstadt <mattico8@gmail.com>2018-07-30 19:21:18 -0500
committerMatt Ickstadt <mattico8@gmail.com>2018-07-30 19:21:18 -0500
commitadd23a43c2c101dfc760bf41e92ea3b660f41547 (patch)
tree8823aa7bc43bfd1fb9185834fdf66c2999fc1019
parent8ba183075076b4ef871d442e74b5e53d7d78ed36 (diff)
(cargo-release) version 0.1.10v0.1.10
-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 45c6202a..2e05c32b 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.10-alpha.0"
+version = "0.1.10"
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 03d885f9..b8af1ed5 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "mdbook"
-version = "0.1.10-alpha.0"
+version = "0.1.10"
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"