diff --git a/CHANGELOG.md b/CHANGELOG.md index 9197d66..1d833aa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -15,7 +15,7 @@ * **Experimental**: 'river': new module for the river Wayland compositor. -## Changed +### Changed * Requires fcft-2.2.x. * battery: a poll value of 0 disables polling. diff --git a/PKGBUILD b/PKGBUILD index 6c6087f..e8229fa 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,5 +1,5 @@ pkgname=yambar -pkgver=1.4.0 +pkgver=1.5.0 pkgrel=1 pkgdesc="Simplistic and highly configurable status panel for X and Wayland" arch=('x86_64' 'aarch64') diff --git a/PKGBUILD.wayland-only b/PKGBUILD.wayland-only index 6aa6349..65c5864 100644 --- a/PKGBUILD.wayland-only +++ b/PKGBUILD.wayland-only @@ -1,5 +1,5 @@ pkgname=yambar-wayland -pkgver=1.4.0 +pkgver=1.5.0 pkgrel=1 pkgdesc="Simplistic and highly configurable status panel for Wayland" arch=('x86_64' 'aarch64') diff --git a/meson.build b/meson.build index f4c6780..db6a7c2 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project('yambar', 'c', - version: '1.4.0', + version: '1.5.0', license: 'MIT', meson_version: '>=0.53.0', default_options: ['c_std=c18',