Skip to content

Commit

Permalink
Release 1.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
joehillen committed Sep 21, 2021
1 parent 4e4c35b commit 1e71631
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion PKGBUILD
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Maintainer: Joe Hillenbrand (joehillen) <[email protected]>

pkgname=sysz
pkgver=1.3.0
pkgver=1.3.1
pkgrel=0
pkgdesc="fzf terminal UI for systemctl"
arch=("any")
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.3.0
1.3.1
2 changes: 1 addition & 1 deletion sysz
Original file line number Diff line number Diff line change
Expand Up @@ -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() {
Expand Down

0 comments on commit 1e71631

Please sign in to comment.