Skip to content

Commit

Permalink
Bumped version to 0.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ErikReider committed May 29, 2023
1 parent ba4a266 commit deaf9a6
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions build-scripts/PKGBUILD
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# vim: ft=PKGBUILD
# Maintainer: Erik Reider <[email protected]>
pkgname=swaync
pkgver=0.8.0
pkgrel=2
pkgver=0.9.0
pkgrel=1
pkgdesc="A simple notificaion daemon with a GTK panel for checking previous notifications like other DEs"
_pkgfoldername=SwayNotificationCenter
url="https://github.com/ErikReider/$_pkgfoldername"
Expand Down
4 changes: 2 additions & 2 deletions build-scripts/PKGBUILD-git
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
# Maintainer: Erik Reider <[email protected]>
pkgname=swaync-git
_pkgname=swaync
pkgver=v0.8.0.r2.g50f40a2
pkgrel=2
pkgver=r448.ba4a266
pkgrel=1
pkgdesc="A simple notificaion daemon with a GTK panel for checking previous notifications like other DEs"
url="https://github.com/ErikReider/SwayNotificationCenter"
arch=(
Expand Down
2 changes: 1 addition & 1 deletion build-scripts/swaync.rpkg.spec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# vim: syntax=spec
Name: {{{ git_dir_name }}}
Version: 0.8.0
Version: 0.9.0
Release: 1%{?dist}
Summary: Notification daemon with GTK GUI
Provides: desktop-notification-daemon
Expand Down
2 changes: 1 addition & 1 deletion meson.build
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
project('sway-notificaton-center', ['c', 'vala'],
version: '0.8.0',
version: '0.9.0',
meson_version: '>= 0.59.0',
default_options: [ 'warning_level=2' ],
)
Expand Down

0 comments on commit deaf9a6

Please sign in to comment.