summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMathieu David <mathieudavid@mathieudavid.org>2016-02-15 21:20:07 +0100
committerMathieu David <mathieudavid@mathieudavid.org>2016-02-15 21:20:07 +0100
commit394023f617299923b7eac50988662fb93c887b6c (patch)
tree37b9e1a2f16671ea4b6de3c2f07b74cf37d9dac6
parent39a6fe4b3cc9d93fad5967f7e1439520a8ab85ef (diff)
Bump version number from 0.0.7 to 0.0.8, version 0.0.7 has been published to Crates.iov0.0.7
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index e7c7c815..014d9a9c 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "mdbook"
-version = "0.0.7"
+version = "0.0.8"
authors = ["Mathieu David <mathieudavid@mathieudavid.org>"]
description = "create books from markdown files (like Gitbook)"
documentation = "http://azerupi.github.io/mdBook/index.html"