diff --git a/Cargo.lock b/Cargo.lock index ffef698..418ab0c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -936,7 +936,7 @@ dependencies = [ [[package]] name = "mdbook-cmdrun" -version = "0.7.0" +version = "0.7.1" dependencies = [ "anyhow", "cfg-if", diff --git a/Cargo.toml b/Cargo.toml index b1a2398..43b840a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "mdbook-cmdrun" -version = "0.7.0" +version = "0.7.1" edition = "2021" authors = ["FauconFan "] description = "mdbook preprocessor to run arbitrary commands" diff --git a/README.md b/README.md index e20c327..db948e9 100644 --- a/README.md +++ b/README.md @@ -132,5 +132,5 @@ At the moment of writing, there are examples using: I would like to thank [@exsjabe](https://github.com/exsjabe) for his valuable help with integrating Windows support and inline cmdrun calls. -Current version: 0.7.0 +Current version: 0.7.1 License: MIT