Skip to content

Commit

Permalink
Update version to v0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jcrd committed Apr 12, 2021
1 parent 9ca306d commit 7e70fa6
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
4 changes: 3 additions & 1 deletion meson.build
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
project('sessiond', 'c', version : 'v0.4.0', meson_version : '>=0.47.0')
project('sessiond', 'c',
version : 'v0.5.0',
meson_version : '>=0.47.0')

deps = [
dependency('gio-2.0'),
Expand Down
7 changes: 5 additions & 2 deletions spec/sessiond-0.4.0.spec → spec/sessiond-0.5.0.spec
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
Name: sessiond
Version: 0.4.0
Version: 0.5.0
Release: 1%{?dist}
Summary: Standalone X11 session manager for logind

License: GPLv3+
URL: https://github.com/jcrd/sessiond
Source0: https://github.com/jcrd/sessiond/archive/v0.4.0.tar.gz
Source0: https://github.com/jcrd/sessiond/archive/v0.5.0.tar.gz

BuildRequires: meson
BuildRequires: gcc
Expand Down Expand Up @@ -71,6 +71,9 @@ cd python-sessiond
%{python3_sitelib}/__pycache__/%{name}.*

%changelog
* Mon Apr 12 2021 James Reed <[email protected]> - 0.5.0-1
- Release v0.5.0

* Fri Apr 2 2021 James Reed <[email protected]> - 0.4.0-1
- Release v0.4.0

Expand Down

0 comments on commit 7e70fa6

Please sign in to comment.