diff --git a/Cargo.lock b/Cargo.lock index 619c66e..7256560 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -45,7 +45,7 @@ dependencies = [ [[package]] name = "cbfmt" -version = "0.1.3" +version = "0.1.4" dependencies = [ "atty", "cc", diff --git a/Cargo.toml b/Cargo.toml index 780ab0a..a20881a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cbfmt" -version = "0.1.3" +version = "0.1.4" edition = "2021" description = "A tool to format codeblocks inside markdown and org documents" repository = "https://github.com/lukas-reineke/cbfmt" diff --git a/src/main.rs b/src/main.rs index c370247..c42814a 100644 --- a/src/main.rs +++ b/src/main.rs @@ -18,7 +18,7 @@ async fn main() { let mut app = App::new("cbfmt") - .version("0.1.1") + .version("0.1.4") .author("Lukas Reineke ") .about("A tool to format codeblocks inside markdown and org documents.\nIt iterates over all codeblocks, and formats them with the tool(s) specified for the language of the block.") .arg(