From 85c06a427fed7f17499f230773290faf653b3793 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Ekl=C3=B6f?= Date: Fri, 27 Sep 2019 22:13:18 +0200 Subject: [PATCH] Bump version to 1.1.1 --- PKGBUILD | 2 +- PKGBUILD.wayland-only | 2 +- meson.build | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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',