From bcebc698a338ce38ed08fd9c056554b514aab0fd Mon Sep 17 00:00:00 2001 From: Stephan Dilly Date: Thu, 26 Mar 2020 23:46:06 +0100 Subject: [PATCH] prep for new release --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 447ca3ce..5eece5c3 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -285,7 +285,7 @@ dependencies = [ [[package]] name = "gitui" -version = "0.1.1" +version = "0.1.2" dependencies = [ "asyncgit", "crossbeam-channel", diff --git a/Cargo.toml b/Cargo.toml index dc1bacec..1cf10d1a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "gitui" -version = "0.1.1" +version = "0.1.2" authors = ["Stephan Dilly "] description = "blazing fast terminal-ui for git" edition = "2018"