Skip to content

Commit dae1ac0

Browse files
committed
Bumped version to 0.6
1 parent f0369e6 commit dae1ac0

4 files changed

Lines changed: 5 additions & 5 deletions

File tree

PKGBUILD

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Maintainer: Erik Reider <erik.reider@protonmail.com>
22
pkgname=swaync
3-
pkgver=0.5
3+
pkgver=0.6
44
pkgrel=1
55
pkgdesc="A simple notificaion daemon with a GTK panel for checking previous notifications like other DE's"
66
_pkgfoldername=SwayNotificationCenter

PKGBUILD-git

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Maintainer: Erik Reider <erik.reider@protonmail.com>
22
pkgname=swaync-git
3-
_ver="0.5"
4-
pkgver="$_ver.r254.157f28f"
3+
_ver="0.6"
4+
pkgver="$_ver.r304.f0369e6"
55
pkgrel=1
66
pkgdesc="A simple notificaion daemon with a GTK panel for checking previous notifications like other DE's"
77
_pkgfoldername=SwayNotificationCenter

meson.build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
project('sway-notificaton-center', ['c', 'vala'],
2-
version: '0.5',
2+
version: '0.6',
33
meson_version: '>= 0.50.0',
44
default_options: [ 'warning_level=2' ],
55
)

swaync.rpkg.spec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# vim: syntax=spec
22
Name: {{{ git_dir_name }}}
3-
Version: 0.5
3+
Version: 0.6
44
Release: 1%{?dist}
55
Summary: Notification daemon with GTK GUI
66
Provides: desktop-notification-daemon

0 commit comments

Comments
 (0)