From 9a2c0c52c5a0df2c00e2bb97299e6bd006201acc Mon Sep 17 00:00:00 2001 From: Jan-Erik Rediger Date: Mon, 28 Sep 2020 17:25:42 +0200 Subject: [PATCH] (cargo-release) start next development iteration 0.5.1-alpha.0 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index b6c5186..dd00545 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -693,7 +693,7 @@ dependencies = [ [[package]] name = "mdbook-toc" -version = "0.5.0" +version = "0.5.1-alpha.0" dependencies = [ "clap 2.33.3 (registry+https://github.com/rust-lang/crates.io-index)", "env_logger 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/Cargo.toml b/Cargo.toml index 3c08056..2924d03 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "mdbook-toc" -version = "0.5.0" +version = "0.5.1-alpha.0" authors = ["Jan-Erik Rediger "] description = "mdbook preprocessor to add Table of Contents" license = "MPL-2.0"