From b45e5e4420973d8a2360555d6b89e8dd8fc7042a Mon Sep 17 00:00:00 2001 From: steveklabnik Date: Mon, 2 Oct 2017 09:10:17 -0400 Subject: [PATCH] Release 0.0.26 Fixes #460 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index ca9e9d3d..0526a4ca 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "mdbook" -version = "0.0.26-alpha.0" +version = "0.0.26" authors = ["Mathieu David "] description = "create books from markdown files (like Gitbook)" documentation = "http://azerupi.github.io/mdBook/index.html"