diff --git a/com.github.stsdc.monitor.spec b/com.github.stsdc.monitor.spec index 71d1c8f3..808ad648 100755 --- a/com.github.stsdc.monitor.spec +++ b/com.github.stsdc.monitor.spec @@ -2,7 +2,7 @@ %global appname com.github.stsdc.monitor Name: com.github.stsdc.monitor -Version: 0.15.0 +Version: 0.15.1 Release: %autorelease Summary: Manage processes and monitor system resources License: GPLv3 diff --git a/debian/changelog b/debian/changelog index a5063f07..e1131a2f 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +com.github.stsdc.monitor (0.15.1) focal; urgency=low + + * Fix error when trying to get percentage from non-detected GPU + + -- Stanisław Dac Sat, 28 Jan 2023 18:55:11 +0000 + com.github.stsdc.monitor (0.15.0-ci5) focal; urgency=low * Show containers stats (inspired by Whaler) diff --git a/meson.build b/meson.build index c00147f1..6849dd87 100644 --- a/meson.build +++ b/meson.build @@ -1,4 +1,4 @@ -project('com.github.stsdc.monitor', 'vala', 'c', version: '0.15.0') +project('com.github.stsdc.monitor', 'vala', 'c', version: '0.15.1') # these are Meson modules gnome = import('gnome')