From e5c1fa4ae9d64b1650afe1a3eed5ae7b701b3cf1 Mon Sep 17 00:00:00 2001 From: Stephan Dilly Date: Sun, 11 Apr 2021 22:57:30 +0200 Subject: [PATCH] version bump --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index c7ef4b4c..6c707b8e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -344,7 +344,7 @@ dependencies = [ [[package]] name = "gitui" -version = "0.13.0" +version = "0.14.0" dependencies = [ "anyhow", "asyncgit", diff --git a/Cargo.toml b/Cargo.toml index 1e5803c4..16edf6ac 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "gitui" -version = "0.13.0" +version = "0.14.0" authors = ["Stephan Dilly "] description = "blazing fast terminal-ui for git" edition = "2018"