Skip to content

Commit 5228963

Browse files
committed
Bumped version to v0.12.4
1 parent 6cc800d commit 5228963

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ If applicable, add screenshots to help explain your problem.
3737

3838
**Desktop (please complete the following information):**
3939
- OS: [e.g. Fedora 42]
40-
- Version [e.g. 0.12.0]
40+
- Version [e.g. 0.12.4]
4141

4242
**Additional context**
4343
Add any other context about the problem here.

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

0 commit comments

Comments
 (0)