Skip to content

Commit bffcaec

Browse files
committed
bump version
1 parent 990a8b7 commit bffcaec

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

com.github.stsdc.monitor.spec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
%global appname com.github.stsdc.monitor
33

44
Name: com.github.stsdc.monitor
5-
Version: 0.15.0
5+
Version: 0.15.1
66
Release: %autorelease
77
Summary: Manage processes and monitor system resources
88
License: GPLv3

debian/changelog

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
com.github.stsdc.monitor (0.15.1) focal; urgency=low
2+
3+
* Fix error when trying to get percentage from non-detected GPU
4+
5+
-- Stanisław Dac <[email protected]> Sat, 28 Jan 2023 18:55:11 +0000
6+
17
com.github.stsdc.monitor (0.15.0-ci5) focal; urgency=low
28

39
* Show containers stats (inspired by Whaler)

meson.build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
project('com.github.stsdc.monitor', 'vala', 'c', version: '0.15.0')
1+
project('com.github.stsdc.monitor', 'vala', 'c', version: '0.15.1')
22

33
# these are Meson modules
44
gnome = import('gnome')

0 commit comments

Comments
 (0)