diff --git a/Cargo.lock b/Cargo.lock index 0965376..97924fc 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -52,7 +52,7 @@ dependencies = [ [[package]] name = "bashtestmd" -version = "0.4.1" +version = "0.4.2" dependencies = [ "clap", "indoc", diff --git a/Cargo.toml b/Cargo.toml index d1b1912..d661139 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "bashtestmd" -version = "0.4.1" +version = "0.4.2" description = "Compiles shell commands in .md files into Bash scripts for testing" edition = "2021" authors = ["Sovereign Labs "]