summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStephan Dilly <dilly.stephan@gmail.com>2020-04-23 09:00:49 +0200
committerStephan Dilly <dilly.stephan@gmail.com>2020-04-23 09:00:49 +0200
commita4a8d2644f58a9ffc46f77161c6853880eac31ee (patch)
treee67dc0d9f568efadec8f2eef6f3e7c01473be07b
parent39479c5d1394cab237febb6d25b19ba3edbe3ee4 (diff)
next versionv0.1.11
-rw-r--r--Cargo.lock2
-rw-r--r--Cargo.toml2
2 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 0b5c6e7f..8fe00731 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -281,7 +281,7 @@ dependencies = [
[[package]]
name = "gitui"
-version = "0.1.10"
+version = "0.1.11"
dependencies = [
"asyncgit",
"backtrace",
diff --git a/Cargo.toml b/Cargo.toml
index aea374ad..da7cf3e1 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "gitui"
-version = "0.1.10"
+version = "0.1.11"
authors = ["Stephan Dilly <dilly.stephan@gmail.com>"]
description = "blazing fast terminal-ui for git"
edition = "2018"