From 0e8d0e7f01e5d32ffb116dcb88422751cfd8b29d Mon Sep 17 00:00:00 2001 From: Stephan Dilly Date: Tue, 5 May 2020 13:55:41 +0200 Subject: [PATCH] version bump --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- asyncgit/Cargo.toml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index ca1c993c..efb6c584 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -20,7 +20,7 @@ checksum = "cff77d8686867eceff3105329d4698d96c2391c176d5d03adc90c7389162b5b8" [[package]] name = "asyncgit" -version = "0.2.0" +version = "0.2.1" dependencies = [ "crossbeam-channel", "git2", @@ -281,7 +281,7 @@ dependencies = [ [[package]] name = "gitui" -version = "0.2.0" +version = "0.2.1" dependencies = [ "asyncgit", "backtrace", diff --git a/Cargo.toml b/Cargo.toml index f620f956..96cd46f6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "gitui" -version = "0.2.0" +version = "0.2.1" authors = ["Stephan Dilly "] description = "blazing fast terminal-ui for git" edition = "2018" diff --git a/asyncgit/Cargo.toml b/asyncgit/Cargo.toml index 174f9448..ebf7b3bd 100644 --- a/asyncgit/Cargo.toml +++ b/asyncgit/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "asyncgit" -version = "0.2.0" +version = "0.2.1" authors = ["Stephan Dilly "] edition = "2018" description = "allow using git2 in a asynchronous context"