From 5f8be16f87a068b2e3cee86db891fac5846dcd9d Mon Sep 17 00:00:00 2001 From: Lukas Reineke Date: Mon, 15 Aug 2022 10:30:11 +0900 Subject: [PATCH] Version 0.1.2 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 5319f4a..87fd335 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cbfmt" -version = "0.1.1" +version = "0.1.2" edition = "2021" description = "A tool to format codeblocks inside markdown and org documents" repository = "https://github.com/lukas-reineke/cbfmt"