From 43157e42cc78d93872d969d54c5973788ad51b82 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Ekl=C3=B6f?= Date: Tue, 24 Sep 2019 19:56:09 +0200 Subject: [PATCH] Bump version to 1.1.0 --- PKGBUILD | 2 +- PKGBUILD.wayland-only | 2 +- meson.build | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/PKGBUILD b/PKGBUILD index c382108..3a99034 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,5 +1,5 @@ pkgname=f00bar -pkgver=1.0.3 +pkgver=1.1.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 e8c9579..2f8e660 100644 --- a/PKGBUILD.wayland-only +++ b/PKGBUILD.wayland-only @@ -1,5 +1,5 @@ pkgname=f00bar-wayland -pkgver=1.0.3 +pkgver=1.1.0 pkgrel=1 pkgdesc="Simplistic and highly configurable status panel for Wayland" arch=('x86_64') diff --git a/meson.build b/meson.build index 6849c31..00ae93e 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project('f00bar', 'c', - version: '1.0.3', + version: '1.1.0', license: 'MIT', meson_version: '>=0.48.0', default_options: ['c_std=c11',