From d36c90039c08e32edcbfe7390ea97c79c7a4bf4b Mon Sep 17 00:00:00 2001 From: Filippo Neysofu Costa Date: Mon, 2 Sep 2024 10:30:17 +0200 Subject: [PATCH] Bump version to 0.4.2 (#6) --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 "]