meson/pkgbuild: bump version to 1.7.0

This commit is contained in:
Daniel Eklöf 2021-09-03 20:39:01 +02:00
parent 6fa118a5e5
commit b1b7071d7e
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 pkgname=yambar
pkgver=1.6.2 pkgver=1.7.0
pkgrel=1 pkgrel=1
pkgdesc="Simplistic and highly configurable status panel for X and Wayland" pkgdesc="Simplistic and highly configurable status panel for X and Wayland"
arch=('x86_64' 'aarch64') arch=('x86_64' 'aarch64')

View file

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

View file

@ -1,5 +1,5 @@
project('yambar', 'c', project('yambar', 'c',
version: '1.6.2', version: '1.7.0',
license: 'MIT', license: 'MIT',
meson_version: '>=0.53.0', meson_version: '>=0.53.0',
default_options: ['c_std=c18', default_options: ['c_std=c18',