diff --git a/PKGBUILD b/PKGBUILD index 30a6dd7..23db7e8 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,7 +1,7 @@ # Maintainer: Joe Hillenbrand (joehillen) pkgname=sysz -pkgver=1.3.0 +pkgver=1.3.1 pkgrel=0 pkgdesc="fzf terminal UI for systemctl" arch=("any") diff --git a/README.md b/README.md index 6ec8d59..fa57ae6 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.3.0 +VERSION: 1.3.1 - See and filter both system and user units simultaneously - Supports all units types diff --git a/VERSION b/VERSION index f0bb29e..3a3cd8c 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.3.0 +1.3.1 diff --git a/sysz b/sysz index b24c933..93794fd 100755 --- a/sysz +++ b/sysz @@ -4,7 +4,7 @@ shopt -s lastpipe shopt -s extglob PROG=$(basename "$0") -SYSZ_VERSION=1.3.0 +SYSZ_VERSION=1.3.1 SYSZ_HISTORY=${SYSZ_HISTORY:-${XDG_CACHE_HOME:-~/.cache}/sysz/history} _sysz_keys() {