summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJan-Erik Rediger <janerik@fnordig.de>2020-06-05 09:08:00 +0200
committerJan-Erik Rediger <janerik@fnordig.de>2020-06-05 09:08:00 +0200
commitaa693e5dcf2b222b1a2fb4f4aab25a58f90a0b95 (patch)
tree9f3cc50a7259cf78a311edd69881788fb81a3d10
parent18d27453a045418ed650df67e8541aa11adbf5b7 (diff)
(cargo-release) version 0.4.2v0.4.2
-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 0ebf487..cdec1aa 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -695,7 +695,7 @@ dependencies = [
[[package]]
name = "mdbook-mermaid"
-version = "0.4.2-alpha.0"
+version = "0.4.2"
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 58eca54..2992597 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "mdbook-mermaid"
-version = "0.4.2-alpha.0"
+version = "0.4.2"
authors = ["Jan-Erik Rediger <janerik@fnordig.de>"]
description = "mdbook preprocessor to add mermaid support"
license = "MPL-2.0"