diff --git a/build-scripts/PKGBUILD b/build-scripts/PKGBUILD index 7b377a79..ab8328cd 100644 --- a/build-scripts/PKGBUILD +++ b/build-scripts/PKGBUILD @@ -1,8 +1,8 @@ # vim: ft=PKGBUILD # Maintainer: Erik Reider pkgname=swaync -pkgver=0.8.0 -pkgrel=2 +pkgver=0.9.0 +pkgrel=1 pkgdesc="A simple notificaion daemon with a GTK panel for checking previous notifications like other DEs" _pkgfoldername=SwayNotificationCenter url="https://github.com/ErikReider/$_pkgfoldername" diff --git a/build-scripts/PKGBUILD-git b/build-scripts/PKGBUILD-git index 8842ec4e..5a268f5c 100644 --- a/build-scripts/PKGBUILD-git +++ b/build-scripts/PKGBUILD-git @@ -2,8 +2,8 @@ # Maintainer: Erik Reider pkgname=swaync-git _pkgname=swaync -pkgver=v0.8.0.r2.g50f40a2 -pkgrel=2 +pkgver=r448.ba4a266 +pkgrel=1 pkgdesc="A simple notificaion daemon with a GTK panel for checking previous notifications like other DEs" url="https://github.com/ErikReider/SwayNotificationCenter" arch=( diff --git a/build-scripts/swaync.rpkg.spec b/build-scripts/swaync.rpkg.spec index a16b0738..fbc4e178 100644 --- a/build-scripts/swaync.rpkg.spec +++ b/build-scripts/swaync.rpkg.spec @@ -1,6 +1,6 @@ # vim: syntax=spec Name: {{{ git_dir_name }}} -Version: 0.8.0 +Version: 0.9.0 Release: 1%{?dist} Summary: Notification daemon with GTK GUI Provides: desktop-notification-daemon diff --git a/meson.build b/meson.build index 434669bc..2e5b85f8 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project('sway-notificaton-center', ['c', 'vala'], - version: '0.8.0', + version: '0.9.0', meson_version: '>= 0.59.0', default_options: [ 'warning_level=2' ], )