From 10af989ed2a24b41dd046e109ce2c711efefd6d2 Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Sat, 31 Mar 2018 01:30:12 -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 e9459b4..fae6bb2 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -88,7 +88,7 @@ dependencies = [ [[package]] name = "fancy-prompt" -version = "0.1.2" +version = "0.1.3" dependencies = [ "chrono 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", "clap 2.30.0 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/Cargo.toml b/Cargo.toml index d598a4d..0519eb6 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.1.2" +version = "0.1.3" authors = ["Jesse Luehrs "] exclude = ["screenshots/*"] -- cgit v1.2.3