summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJan-Erik Rediger <janerik@fnordig.de>2020-04-06 10:46:28 +0200
committerJan-Erik Rediger <janerik@fnordig.de>2020-04-06 10:46:28 +0200
commitfae9f978b0036e5602687731e4b37efe6c5aeed3 (patch)
tree8146438d9a15f677b2f26f72ee54b89d479c45fa
parent09ea2967ef57c26087654746ee7f7bbca3e753cf (diff)
(cargo-release) start next development iteration 0.2.4-alpha.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 57b296b..d08404a 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -659,7 +659,7 @@ dependencies = [
[[package]]
name = "mdbook-mermaid"
-version = "0.2.3"
+version = "0.2.4-alpha.0"
dependencies = [
"clap 2.33.0 (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 15b56e4..eda46a2 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "mdbook-mermaid"
-version = "0.2.3"
+version = "0.2.4-alpha.0"
authors = ["Jan-Erik Rediger <janerik@fnordig.de>"]
description = "mdbook preprocessor to add mermaid support"
license = "MPL-2.0"