diff --git a/PKGBUILD b/PKGBUILD index 3a99034..4f52774 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,5 +1,5 @@ pkgname=f00bar -pkgver=1.1.0 +pkgver=1.1.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 2f8e660..f58b913 100644 --- a/PKGBUILD.wayland-only +++ b/PKGBUILD.wayland-only @@ -1,5 +1,5 @@ pkgname=f00bar-wayland -pkgver=1.1.0 +pkgver=1.1.1 pkgrel=1 pkgdesc="Simplistic and highly configurable status panel for Wayland" arch=('x86_64') diff --git a/meson.build b/meson.build index 00ae93e..bc1c36b 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project('f00bar', 'c', - version: '1.1.0', + version: '1.1.1', license: 'MIT', meson_version: '>=0.48.0', default_options: ['c_std=c11',