From c062e129d0b308ac0b7731790ef35d067bb727cb Mon Sep 17 00:00:00 2001 From: reujab Date: Tue, 10 Jul 2018 00:17:09 -0400 Subject: [PATCH] v1.0.2 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 673e597..4fe715a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -290,7 +290,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] name = "silver" -version = "1.0.1" +version = "1.0.2" dependencies = [ "chrono 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)", "clap 2.32.0 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/Cargo.toml b/Cargo.toml index d2130fd..e433bdc 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "silver" -version = "1.0.1" +version = "1.0.2" authors = ["reujab "] description = "A cross-shell customizable powerline-like prompt with icons"