From 728f3747919861b14bdb9c9be5e9f39ffecfe908 Mon Sep 17 00:00:00 2001 From: ndr3www Date: Fri, 11 Oct 2024 16:09:43 +0200 Subject: [PATCH] release v0.1.1 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 6291d43..d752f89 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "git-conform" -version = "0.1.0" +version = "0.1.1" edition = "2021" description = "Keep track of your local git repositories" repository = "https://github.com/ndr3www/git-conform"