summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStephan Dilly <dilly.stephan@gmail.com>2020-04-14 12:40:40 +0200
committerStephan Dilly <dilly.stephan@gmail.com>2020-04-14 12:40:40 +0200
commit5820cc246caa2bbe7adf22d1072e8527d7064474 (patch)
treeae6e49487776226bdaedd9b84ccb886565e0cb32
parentf484f7f06fa820a2f108900ced8f42befb771bea (diff)
new versionv0.1.7
-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 1a504e07..9f2d2205 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -308,7 +308,7 @@ dependencies = [
[[package]]
name = "gitui"
-version = "0.1.6"
+version = "0.1.7"
dependencies = [
"asyncgit",
"backtrace",
diff --git a/Cargo.toml b/Cargo.toml
index e5b8f2e9..b886d1f4 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "gitui"
-version = "0.1.6"
+version = "0.1.7"
authors = ["Stephan Dilly <dilly.stephan@gmail.com>"]
description = "blazing fast terminal-ui for git"
edition = "2018"