From ebf39eeb72b90ea098df3684bae13ceb4efc3b46 Mon Sep 17 00:00:00 2001 From: Jan-Erik Rediger Date: Wed, 21 Aug 2019 09:24:26 -0700 Subject: [PATCH] (cargo-release) start next development iteration 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 7fc90a7..1124eb9 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -621,7 +621,7 @@ dependencies = [ [[package]] name = "mdbook-toc" -version = "0.2.2" +version = "0.2.3-alpha.0" dependencies = [ "clap 2.33.0 (registry+https://github.com/rust-lang/crates.io-index)", "env_logger 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/Cargo.toml b/Cargo.toml index 6c457de..91f44c8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "mdbook-toc" -version = "0.2.2" +version = "0.2.3-alpha.0" authors = ["Jan-Erik Rediger "] description = "mdbook preprocessor to add Table of Contents" license = "MPL-2.0"