diff --git a/PKGBUILD b/PKGBUILD index dc432ea..c1739c6 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,5 +1,5 @@ pkgname=yambar -pkgver=1.3.0 +pkgver=1.3.1 pkgrel=1 pkgdesc="Simplistic and highly configurable status panel for X and Wayland" arch=('x86_64') diff --git a/PKGBUILD.wayland-only b/PKGBUILD.wayland-only index ed2867d..0f3f92a 100644 --- a/PKGBUILD.wayland-only +++ b/PKGBUILD.wayland-only @@ -1,5 +1,5 @@ pkgname=yambar-wayland -pkgver=1.2.0 +pkgver=1.3.1 pkgrel=1 pkgdesc="Simplistic and highly configurable status panel for Wayland" arch=('x86_64') diff --git a/meson.build b/meson.build index 7f27ba9..c2ce610 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project('yambar', 'c', - version: '1.3.0', + version: '1.3.1', license: 'MIT', meson_version: '>=0.48.0', default_options: ['c_std=c11',