summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoe Hillenbrand <joehillen@gmail.com>2021-10-11 17:17:10 -0700
committerJoe Hillenbrand <joehillen@gmail.com>2021-10-11 17:17:10 -0700
commit74a477b630b916c400f5318f02235b7d0342fb50 (patch)
tree570831854eba6204f3db57c617071109ba3552d7
parentfc050a2b6575b13663537988d3602041d28812c7 (diff)
Release 1.4.31.4.3
-rw-r--r--CHANGELOG.md2
-rw-r--r--README.md2
-rw-r--r--VERSION2
-rwxr-xr-xsysz2
4 files changed, 4 insertions, 4 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 9f0138d..054e513 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
-## [1.4.2] - 2021-10-11
+## [1.4.3] - 2021-10-11
### Fixed
diff --git a/README.md b/README.md
index fd98456..0b0e2d3 100644
--- a/README.md
+++ b/README.md
@@ -8,7 +8,7 @@ A [fzf](https://github.com/junegunn/fzf) terminal UI for systemctl
# Features
-VERSION: 1.4.2
+VERSION: 1.4.3
- See and filter both system and user units simultaneously.
- Supports all unit types.
diff --git a/VERSION b/VERSION
index 9df886c..428b770 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-1.4.2
+1.4.3
diff --git a/sysz b/sysz
index be5830a..2fcb88a 100755
--- a/sysz
+++ b/sysz
@@ -7,7 +7,7 @@ shopt -s extglob
export SHELL=bash
PROG=$(basename "$0")
-SYSZ_VERSION=1.4.2
+SYSZ_VERSION=1.4.3
SYSZ_HISTORY=${SYSZ_HISTORY:-${XDG_CACHE_HOME:-~/.cache}/sysz/history}
declare -a STATES