summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJan-Erik Rediger <janerik@fnordig.de>2019-07-10 21:37:31 +0200
committerJan-Erik Rediger <janerik@fnordig.de>2019-07-10 21:37:31 +0200
commit9eeae06b02ab7934983151677ef9415a23ad158a (patch)
tree97fd23b1a4c059151423143575783fa5dbe5423f
parentf57ffadef30cce7382155785b63cbf0455f91d24 (diff)
(cargo-release) start next development iteration 0.2.0
-rw-r--r--Cargo.lock2
-rw-r--r--Cargo.toml2
2 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.lock b/Cargo.lock
index d4a900b..ff5fbb4 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -612,7 +612,7 @@ dependencies = [
[[package]]
name = "mdbook-mermaid"
-version = "0.2.0"
+version = "0.2.1-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 1318dc6..8d99716 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "mdbook-mermaid"
-version = "0.2.0"
+version = "0.2.1-alpha.0"
authors = ["Jan-Erik Rediger <janerik@fnordig.de>"]
description = "mdbook preprocessor to add mermaid support"
license = "MPL-2.0"