Bumped version to 0.3

This commit is contained in:
Erik Reider
2021-12-14 12:10:34 +01:00
parent 30ec92246d
commit f0c39187b9
3 changed files with 4 additions and 4 deletions

View File

@@ -1,6 +1,6 @@
# Maintainer: Erik Reider <erik.reider@protonmail.com>
pkgname=swaync-git
pkgver=0.2.r130.e3143c6
pkgver=0.3.r130.e3143c6
pkgrel=1
pkgdesc="A simple notificaion daemon with a GTK panel for checking previous notifications like other DE's"
_pkgfoldername=SwayNotificationCenter
@@ -14,7 +14,7 @@ sha256sums=('SKIP')
pkgver() {
cd $_pkgfoldername
printf "0.2.r%s.%s" "$(git rev-list --count HEAD)" "$(git rev-parse --short HEAD)"
printf "0.3.r%s.%s" "$(git rev-list --count HEAD)" "$(git rev-parse --short HEAD)"
}
prepare() {

View File

@@ -1,5 +1,5 @@
project('sway-notificaton-center', ['c', 'vala'],
version: '0.2',
version: '0.3',
meson_version: '>= 0.50.0',
default_options: [ 'warning_level=2' ],
)

View File

@@ -106,7 +106,7 @@ namespace SwayNotificatonCenter {
throws DBusError, IOError {
name = "SwayNotificationCenter";
vendor = "ErikReider";
version = "0.2";
version = "0.3";
spec_version = "1.2";
}