Bumped version to 0.10.1

This commit is contained in:
Erik Reider 2024-03-09 19:19:48 +01:00
parent ed1b721a15
commit 4275fa3915
3 changed files with 3 additions and 3 deletions

View File

@ -1,7 +1,7 @@
# vim: ft=PKGBUILD # vim: ft=PKGBUILD
# Maintainer: Erik Reider <erik.reider@protonmail.com> # Maintainer: Erik Reider <erik.reider@protonmail.com>
pkgname=swaync pkgname=swaync
pkgver=0.10.0 pkgver=0.10.1
pkgrel=1 pkgrel=1
pkgdesc="A simple notification daemon with a GTK panel for checking previous notifications like other DEs" pkgdesc="A simple notification daemon with a GTK panel for checking previous notifications like other DEs"
_pkgfoldername=SwayNotificationCenter _pkgfoldername=SwayNotificationCenter

View File

@ -2,7 +2,7 @@
%global alt_pkg_name swaync %global alt_pkg_name swaync
Name: {{{ git_dir_name }}} Name: {{{ git_dir_name }}}
Version: 0.10.0 Version: 0.10.1
Release: 1%{?dist} Release: 1%{?dist}
Summary: Notification daemon with GTK GUI Summary: Notification daemon with GTK GUI
Provides: desktop-notification-daemon Provides: desktop-notification-daemon

View File

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