From a4a8d2644f58a9ffc46f77161c6853880eac31ee Mon Sep 17 00:00:00 2001 From: Stephan Dilly Date: Thu, 23 Apr 2020 09:00:49 +0200 Subject: [PATCH] next version --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 0b5c6e7f..8fe00731 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -281,7 +281,7 @@ dependencies = [ [[package]] name = "gitui" -version = "0.1.10" +version = "0.1.11" dependencies = [ "asyncgit", "backtrace", diff --git a/Cargo.toml b/Cargo.toml index aea374ad..da7cf3e1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "gitui" -version = "0.1.10" +version = "0.1.11" authors = ["Stephan Dilly "] description = "blazing fast terminal-ui for git" edition = "2018"