From 3611a43b3e73d603d8f38944cdaeebeb38e7aa3e Mon Sep 17 00:00:00 2001 From: Stephan Dilly Date: Tue, 12 May 2020 14:12:01 +0200 Subject: [PATCH] bumop version --- 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 f33ffbf0..5194b57d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -20,7 +20,7 @@ checksum = "cff77d8686867eceff3105329d4698d96c2391c176d5d03adc90c7389162b5b8" [[package]] name = "asyncgit" -version = "0.2.2" +version = "0.2.3" dependencies = [ "crossbeam-channel", "git2", @@ -281,7 +281,7 @@ dependencies = [ [[package]] name = "gitui" -version = "0.2.2" +version = "0.2.3" dependencies = [ "asyncgit", "backtrace", diff --git a/Cargo.toml b/Cargo.toml index 76a91442..5b2d16f1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "gitui" -version = "0.2.2" +version = "0.2.3" authors = ["Stephan Dilly "] description = "blazing fast terminal-ui for git" edition = "2018" diff --git a/asyncgit/Cargo.toml b/asyncgit/Cargo.toml index bce67c28..cc22f380 100644 --- a/asyncgit/Cargo.toml +++ b/asyncgit/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "asyncgit" -version = "0.2.2" +version = "0.2.3" authors = ["Stephan Dilly "] edition = "2018" description = "allow using git2 in a asynchronous context"