From ac4e00c7c6bf388fffc2c8126f9f8c10008e6aeb Mon Sep 17 00:00:00 2001 From: Matt Ickstadt Date: Thu, 2 Aug 2018 13:31:58 -0500 Subject: [PATCH] Begin development for the 0.2.0 release --- Cargo.lock | 2 +- Cargo.toml | 8 ++++++-- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 74654847..d4d648db 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -503,7 +503,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] name = "mdbook" -version = "0.1.11-alpha.0" +version = "0.2.0-alpha.0" dependencies = [ "ammonia 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)", "chrono 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/Cargo.toml b/Cargo.toml index ee406ca6..1a8e5826 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,11 @@ [package] name = "mdbook" -version = "0.1.11-alpha.0" -authors = ["Mathieu David ", "Michael-F-Bryan "] +version = "0.2.0-alpha.0" +authors = [ + "Mathieu David ", + "Michael-F-Bryan ", + "Matt Ickstadt " +] description = "Create books from markdown files" documentation = "http://rust-lang-nursery.github.io/mdBook/index.html" repository = "https://github.com/rust-lang-nursery/mdBook"