Skip to content

Commit 87d5291

Browse files
committed
src/main.sh, PKGBUILD: Bump up version to 1.20.15.
1 parent dd9e9a3 commit 87d5291

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.20.14'
2+
pkgver='1.20.15'
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 C++.'
55
arch=('any')

src/main.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Version of daemon shown from 'parse_options()' if '--version' is specified
2-
daemon_version='1.20.14'
2+
daemon_version='1.20.15'
33

44
# Set default prefixes for messages
55
prefix_error='[x]'

0 commit comments

Comments
 (0)