summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorextrawurst <mail@rusticorn.com>2024-03-22 12:32:55 -0700
committerextrawurst <mail@rusticorn.com>2024-03-22 12:32:55 -0700
commit205555916c60531e0184a2b5fd3d7a3796132fc8 (patch)
treeb1f31802e9dd25ded441e12fae59b033cd62a314
parent3db4425b981d0ad7ce7ba1a05fd36c1744b969ee (diff)
upgrade versionv0.25.2
-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 9525bbcd..0ffd107e 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -722,7 +722,7 @@ dependencies = [
[[package]]
name = "gitui"
-version = "0.25.1"
+version = "0.25.2"
dependencies = [
"anyhow",
"asyncgit",
diff --git a/Cargo.toml b/Cargo.toml
index fb121468..a759d57c 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "gitui"
-version = "0.25.1"
+version = "0.25.2"
authors = ["extrawurst <mail@rusticorn.com>"]
description = "blazing fast terminal-ui for git"
edition = "2021"