summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSteve Klabnik <steve@steveklabnik.com>2017-03-10 10:40:21 -0800
committerGitHub <noreply@github.com>2017-03-10 10:40:21 -0800
commita7272e0ff5c36b3b33129744b1e6becad0238898 (patch)
tree0f7545352b35133219d139c904bdf544a390004b
parentc6a5d120021fd7d18be8ae509b1e2bbacda86f94 (diff)
parent1cf4774737daaa19ca70b61ca6e99e890d16379a (diff)
Merge pull request #226 from steveklabnik/master0.0.18
bump version
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 52d90189..ccad426c 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "mdbook"
-version = "0.0.18-pre"
+version = "0.0.18"
authors = ["Mathieu David <mathieudavid@mathieudavid.org>"]
description = "create books from markdown files (like Gitbook)"
documentation = "http://azerupi.github.io/mdBook/index.html"