Skip to content

Commit 91304ab

Browse files
committed
Bumped version to 0.6.2
1 parent 9a251ed commit 91304ab

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

build-scripts/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.6.1
3+
pkgver=0.6.2
44
pkgrel=1
55
pkgdesc="A simple notificaion daemon with a GTK panel for checking previous notifications like other DEs"
66
_pkgfoldername=SwayNotificationCenter

build-scripts/PKGBUILD-git

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Maintainer: Erik Reider <erik.reider@protonmail.com>
22
pkgname=swaync-git
33
_pkgname=swaync
4-
pkgver="0.6.1.r304.f0369e6"
4+
pkgver="0.6.2.r304.f0369e6"
55
pkgrel=1
66
pkgdesc="A simple notificaion daemon with a GTK panel for checking previous notifications like other DEs"
77
url="https://github.com/ErikReider/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.6.1',
2+
version: '0.6.2',
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.6.1
3+
Version: 0.6.2
44
Release: 1%{?dist}
55
Summary: Notification daemon with GTK GUI
66
Provides: desktop-notification-daemon

0 commit comments

Comments
 (0)