From b6da4492a9f1fc666ecb717066b38670717f6993 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Ekl=C3=B6f?= Date: Wed, 15 Jan 2020 13:57:09 +0100 Subject: [PATCH] meson/PKGBUILD: bump version to 1.3.0 --- PKGBUILD | 2 +- meson.build | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/PKGBUILD b/PKGBUILD index 3f7c081..dc432ea 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,5 +1,5 @@ pkgname=yambar -pkgver=1.2.0 +pkgver=1.3.0 pkgrel=1 pkgdesc="Simplistic and highly configurable status panel for X and Wayland" arch=('x86_64') diff --git a/meson.build b/meson.build index 7d44507..7f27ba9 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project('yambar', 'c', - version: '1.2.0', + version: '1.3.0', license: 'MIT', meson_version: '>=0.48.0', default_options: ['c_std=c11',