From c8803ad0ae58038d963088ef4122c9ac42601f1e Mon Sep 17 00:00:00 2001 From: MasterGordon Date: Sat, 10 Aug 2024 12:47:55 +0200 Subject: [PATCH] version bump --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 5d4a278..86e4948 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "fast-git-prompt" -version = "0.1.0" +version = "0.1.1" description = "A fast git prompt for zsh and bash." license = "MIT" repository = "https://github.com/MasterGordon/fast-git-prompt"