meson/PKGBUILD: bump version to 1.3.0

This commit is contained in:
Daniel Eklöf 2020-01-15 13:57:09 +01:00
parent d920c09fc9
commit b6da4492a9
No known key found for this signature in database
GPG key ID: 5BBD4992C116573F
2 changed files with 2 additions and 2 deletions

View file

@ -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')

View file

@ -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',