From 607bf4426e7a858e2e73e81bce11a3c5d9a69265 Mon Sep 17 00:00:00 2001 From: Mathieu David Date: Wed, 26 Apr 2017 19:25:14 +0200 Subject: [PATCH] (cargo-release) start next development iteration 0.0.21-pre --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index d96a3b07..bff1144d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "mdbook" -version = "0.0.20" +version = "0.0.21-pre" authors = ["Mathieu David "] description = "create books from markdown files (like Gitbook)" documentation = "http://azerupi.github.io/mdBook/index.html"