aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2023-03-26 11:59:11 -0400
committerJesse Luehrs <doy@tozt.net>2023-03-26 11:59:11 -0400
commit0f58eea39dbcf8eae58da9c7d71b6c8bede64faf (patch)
treea476fcc075abb372e4868c27b47574658943133a
parenteb233b745ff7b3db516d0ff1cb80f12269e31c02 (diff)
downloadfancy-prompt-main.tar.gz
fancy-prompt-main.zip
version bumpHEAD0.3.1main
-rw-r--r--Cargo.lock2
-rw-r--r--Cargo.toml2
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 <doy@tozt.net>"]
exclude = ["screenshots/*"]
edition = "2021"