1
Fork 0

(cargo-release) start next development iteration 0.2.1

This commit is contained in:
Jan-Erik Rediger 2019-07-16 12:27:50 +02:00
parent 9f8c501136
commit aa59d5a11d
2 changed files with 2 additions and 2 deletions

2
Cargo.lock generated
View file

@ -621,7 +621,7 @@ dependencies = [
[[package]]
name = "mdbook-toc"
version = "0.2.1"
version = "0.2.2-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)",

View file

@ -1,6 +1,6 @@
[package]
name = "mdbook-toc"
version = "0.2.1"
version = "0.2.2-alpha.0"
authors = ["Jan-Erik Rediger <janerik@fnordig.de>"]
description = "mdbook preprocessor to add Table of Contents"
license = "MPL-2.0"