diff --git a/Cargo.lock b/Cargo.lock index 3f466a4..a136741 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -403,7 +403,7 @@ dependencies = [ [[package]] name = "mdbook-mermaid" -version = "0.11.0" +version = "0.11.1" dependencies = [ "assert_cmd", "clap", diff --git a/Cargo.toml b/Cargo.toml index e06c619..6e2fdce 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "mdbook-mermaid" -version = "0.11.0" +version = "0.11.1" authors = ["Jan-Erik Rediger "] description = "mdbook preprocessor to add mermaid support" license = "MPL-2.0"