From c4e094de3e531675bae9ff76d7e6f0dfdcaecae9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Ekl=C3=B6f?= Date: Fri, 14 Jul 2023 09:03:02 +0200 Subject: [PATCH] meson+pkgbuild: bump version to 1.10.0 --- PKGBUILD | 2 +- PKGBUILD.wayland-only | 2 +- meson.build | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/PKGBUILD b/PKGBUILD index 6ca4ecd..5aaea5d 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,5 +1,5 @@ pkgname=yambar -pkgver=1.9.0 +pkgver=1.10.0 pkgrel=1 pkgdesc="Simplistic and highly configurable status panel for X and Wayland" changelog=CHANGELOG.md diff --git a/PKGBUILD.wayland-only b/PKGBUILD.wayland-only index 385ac0b..4d11120 100644 --- a/PKGBUILD.wayland-only +++ b/PKGBUILD.wayland-only @@ -1,5 +1,5 @@ pkgname=yambar-wayland -pkgver=1.9.0 +pkgver=1.10.0 pkgrel=1 pkgdesc="Simplistic and highly configurable status panel for Wayland" arch=('x86_64' 'aarch64') diff --git a/meson.build b/meson.build index 763b412..fcb647a 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project('yambar', 'c', - version: '1.9.0', + version: '1.10.0', license: 'MIT', meson_version: '>=0.59.0', default_options: ['c_std=c18',