From 0f58eea39dbcf8eae58da9c7d71b6c8bede64faf Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Sun, 26 Mar 2023 11:59:11 -0400 Subject: version bump --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 70f5c76..1555ae7 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -106,7 +106,7 @@ dependencies = [ [[package]] name = "fancy-prompt" -version = "0.3.0" +version = "0.3.1" dependencies = [ "clap", "git2", diff --git a/Cargo.toml b/Cargo.toml index c4c2068..cdce06f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,7 +3,7 @@ name = "fancy-prompt" description = "fancy-prompt is an improved shell prompt with several useful features" repository = "https://github.com/doy/fancy-prompt" license = "MIT" -version = "0.3.0" +version = "0.3.1" authors = ["Jesse Luehrs "] exclude = ["screenshots/*"] edition = "2021" -- cgit v1.2.3