From 1f4dab3e5cc6e789e31a2b60306111bb0e661240 Mon Sep 17 00:00:00 2001 From: Michael Bryan Date: Wed, 31 Jan 2018 19:19:50 +0800 Subject: [PATCH] (cargo-release) start next development iteration 0.1.3-alpha.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 1bb186f1..a3d0ef97 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "mdbook" -version = "0.1.2" +version = "0.1.3-alpha.0" authors = ["Mathieu David ", "Michael-F-Bryan "] description = "create books from markdown files (like Gitbook)" documentation = "http://rust-lang-nursery.github.io/mdBook/index.html"