diff --git a/PKGBUILD b/PKGBUILD index 60accbf..2c15630 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,5 +1,5 @@ pkgname=yambar -pkgver=1.1.1 +pkgver=1.2.0 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 22483d3..5abc202 100644 --- a/PKGBUILD.wayland-only +++ b/PKGBUILD.wayland-only @@ -1,5 +1,5 @@ pkgname=yambar-wayland -pkgver=1.1.1 +pkgver=1.2.0 pkgrel=1 pkgdesc="Simplistic and highly configurable status panel for Wayland" arch=('x86_64') diff --git a/meson.build b/meson.build index 79c70b6..0a59f09 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project('yambar', 'c', - version: '1.1.1', + version: '1.2.0', license: 'MIT', meson_version: '>=0.48.0', default_options: ['c_std=c11',