Skip to content

Commit 936f432

Browse files
committed
src/main.sh, PKGBUILD: Bump up version to 1.29.2.
1 parent a22a9db commit 936f432

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

PKGBUILD

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
pkgname='flux'
2-
pkgver='1.29.1'
2+
pkgver='1.29.2'
33
pkgrel='1'
44
pkgdesc='Advanced daemon for X11 desktops and window managers, designed to automatically limit FPS/CPU usage of unfocused windows and run commands on focus and unfocus events. Written in Bash and partially in C.'
55
arch=('any')

src/main.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ unset temp_envvar_line \
1616
envvar_name
1717

1818
# Version of daemon shown from 'parse_options()' if '--version' is specified
19-
daemon_version='1.29.1'
19+
daemon_version='1.29.2'
2020

2121
# Set X11 display if not set
2222
if [[ -z "$DISPLAY" ]]; then

0 commit comments

Comments
 (0)