From 711d5cb7b4b40c4da65d0e04b465c3e5763c2193 Mon Sep 17 00:00:00 2001 From: Stephan Dilly Date: Wed, 15 Apr 2020 19:03:25 +0200 Subject: [PATCH] prep next version --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 9f2d2205..9f9da315 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -308,7 +308,7 @@ dependencies = [ [[package]] name = "gitui" -version = "0.1.7" +version = "0.1.8" dependencies = [ "asyncgit", "backtrace", diff --git a/Cargo.toml b/Cargo.toml index b886d1f4..b90cdaf3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "gitui" -version = "0.1.7" +version = "0.1.8" authors = ["Stephan Dilly "] description = "blazing fast terminal-ui for git" edition = "2018"