summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Bryan <michaelfbryan@gmail.com>2017-12-07 21:35:50 +1100
committerMichael Bryan <michaelfbryan@gmail.com>2017-12-07 21:35:50 +1100
commit1f84f660412960521084af01ca36eea086e861fd (patch)
tree0f8b30a955491b95de7ef8590518a32f4dddef40
parente735bc6d3eb742045e63ae4f3dffc427b6efb5ad (diff)
Bumped the version number in preparation for the next release0.0.27
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index beea4abc..48b0909c 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "mdbook"
-version = "0.0.26"
+version = "0.0.27"
authors = ["Mathieu David <mathieudavid@mathieudavid.org>"]
description = "create books from markdown files (like Gitbook)"
documentation = "http://rust-lang-nursery.github.io/mdBook/index.html"