diff --git a/Cargo.lock b/Cargo.lock index efb6c584..4f7966e8 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -20,7 +20,7 @@ checksum = "cff77d8686867eceff3105329d4698d96c2391c176d5d03adc90c7389162b5b8" [[package]] name = "asyncgit" -version = "0.2.1" +version = "0.2.2" dependencies = [ "crossbeam-channel", "git2", @@ -281,7 +281,7 @@ dependencies = [ [[package]] name = "gitui" -version = "0.2.1" +version = "0.2.2" dependencies = [ "asyncgit", "backtrace", diff --git a/Cargo.toml b/Cargo.toml index 96cd46f6..76a91442 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "gitui" -version = "0.2.1" +version = "0.2.2" authors = ["Stephan Dilly "] description = "blazing fast terminal-ui for git" edition = "2018" diff --git a/asyncgit/Cargo.toml b/asyncgit/Cargo.toml index ebf7b3bd..bce67c28 100644 --- a/asyncgit/Cargo.toml +++ b/asyncgit/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "asyncgit" -version = "0.2.1" +version = "0.2.2" authors = ["Stephan Dilly "] edition = "2018" description = "allow using git2 in a asynchronous context"