summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStephan Dilly <dilly.stephan@gmail.com>2020-04-28 18:00:15 +0200
committerStephan Dilly <dilly.stephan@gmail.com>2020-04-28 18:00:15 +0200
commit7c678a941a69fda0e0a7461db837a13b5ef7af1b (patch)
tree83d6b4f4ea9c902d68e84893133a9c2b5c3e4fcf
parentd48fdd2774ca9463667b3366241577efa1ee4a7b (diff)
next release versionv0.1.13
-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 f2f5cd6a..b940d09f 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -281,7 +281,7 @@ dependencies = [
[[package]]
name = "gitui"
-version = "0.1.12"
+version = "0.1.13"
dependencies = [
"asyncgit",
"backtrace",
diff --git a/Cargo.toml b/Cargo.toml
index c212951b..7ab433a7 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "gitui"
-version = "0.1.12"
+version = "0.1.13"
authors = ["Stephan Dilly <dilly.stephan@gmail.com>"]
description = "blazing fast terminal-ui for git"
edition = "2018"