From e286b208da3e248c26caa884305acda515f0f4dd Mon Sep 17 00:00:00 2001 From: Mathieu David Date: Sun, 3 Jan 2016 14:18:36 +0100 Subject: [PATCH] Bump version from 0.0.6 to 0.0.7, v0.0.6 has been published to Crates.io --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 594b6236..1f6ebaf6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "mdbook" -version = "0.0.6" +version = "0.0.7" authors = ["Mathieu David "] description = "create books from markdown files (like Gitbook)" documentation = "http://azerupi.github.io/mdBook/index.html"