Skip to content

Commit a2f6229

Browse files
committed
Bumped version to v0.12.2
1 parent 9e9f6ee commit a2f6229

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

build-scripts/PKGBUILD-git

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# Maintainer: Erik Reider <[email protected]>
33
pkgname=swaync-git
44
_pkgname=swaync
5-
pkgver=r593.c6e2bcd
5+
pkgver=r614.9e9f6ee
66
pkgrel=1
77
pkgdesc="A simple notification daemon with a GTK panel for checking previous notifications like other DEs"
88
url="https://github.com/ErikReider/SwayNotificationCenter"

build-scripts/swaync.rpkg.spec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
%global alt_pkg_name swaync
33

44
Name: {{{ git_repo_name }}}
5-
Version: 0.12.1
5+
Version: 0.12.2
66
Release: 1%{?dist}
77
Summary: Notification daemon with GTK GUI
88
Provides: desktop-notification-daemon

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.12.1',
2+
version: '0.12.2',
33
meson_version: '>= 0.60.0',
44
default_options: [ 'warning_level=2' ],
55
)

0 commit comments

Comments
 (0)