From 2c20c99d4a3604b1b29adae44d1d8aec4ffe24b8 Mon Sep 17 00:00:00 2001 From: Michael Bryan Date: Sat, 20 Oct 2018 14:21:21 +0800 Subject: [PATCH] (cargo-release) version 0.2.2 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 94426662..1a8cbdcb 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -525,7 +525,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] name = "mdbook" -version = "0.2.2-alpha.0" +version = "0.2.2" dependencies = [ "ammonia 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)", "chrono 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/Cargo.toml b/Cargo.toml index 1e0d1447..ccb2ae42 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "mdbook" -version = "0.2.2-alpha.0" +version = "0.2.2" authors = [ "Mathieu David ", "Michael-F-Bryan ",