bumop version

This commit is contained in:
Stephan Dilly 2020-05-12 14:12:01 +02:00
parent c44966c1a9
commit 3611a43b3e
3 changed files with 4 additions and 4 deletions

4
Cargo.lock generated
View file

@ -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",

View file

@ -1,6 +1,6 @@
[package]
name = "gitui"
version = "0.2.2"
version = "0.2.3"
authors = ["Stephan Dilly <dilly.stephan@gmail.com>"]
description = "blazing fast terminal-ui for git"
edition = "2018"

View file

@ -1,6 +1,6 @@
[package]
name = "asyncgit"
version = "0.2.2"
version = "0.2.3"
authors = ["Stephan Dilly <dilly.stephan@gmail.com>"]
edition = "2018"
description = "allow using git2 in a asynchronous context"