From 5820cc246caa2bbe7adf22d1072e8527d7064474 Mon Sep 17 00:00:00 2001 From: Stephan Dilly Date: Tue, 14 Apr 2020 12:40:40 +0200 Subject: [PATCH] new version --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 1a504e07..9f2d2205 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -308,7 +308,7 @@ dependencies = [ [[package]] name = "gitui" -version = "0.1.6" +version = "0.1.7" dependencies = [ "asyncgit", "backtrace", diff --git a/Cargo.toml b/Cargo.toml index e5b8f2e9..b886d1f4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "gitui" -version = "0.1.6" +version = "0.1.7" authors = ["Stephan Dilly "] description = "blazing fast terminal-ui for git" edition = "2018"