meson/PKGBUILD: bump version to 1.2.0

This commit is contained in:
Daniel Eklöf 2019-11-24 14:10:36 +01:00
parent 6c12ea3811
commit 8e9c4376e3
No known key found for this signature in database
GPG key ID: 5BBD4992C116573F
3 changed files with 3 additions and 3 deletions

View file

@ -1,5 +1,5 @@
pkgname=yambar
pkgver=1.1.1
pkgver=1.2.0
pkgrel=1
pkgdesc="Simplistic and highly configurable status panel for X and Wayland"
arch=('x86_64')

View file

@ -1,5 +1,5 @@
pkgname=yambar-wayland
pkgver=1.1.1
pkgver=1.2.0
pkgrel=1
pkgdesc="Simplistic and highly configurable status panel for Wayland"
arch=('x86_64')

View file

@ -1,5 +1,5 @@
project('yambar', 'c',
version: '1.1.1',
version: '1.2.0',
license: 'MIT',
meson_version: '>=0.48.0',
default_options: ['c_std=c11',