From 74a477b630b916c400f5318f02235b7d0342fb50 Mon Sep 17 00:00:00 2001 From: Joe Hillenbrand Date: Mon, 11 Oct 2021 17:17:10 -0700 Subject: [PATCH] Release 1.4.3 --- CHANGELOG.md | 2 +- README.md | 2 +- VERSION | 2 +- sysz | 2 +- 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