diff --git a/com.github.stsdc.monitor.spec b/com.github.stsdc.monitor.spec index 71d3ae81..272f0a50 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.10.0 +Version: 0.10.1 Release: %autorelease Summary: Manage processes and monitor system resources License: GPLv3 diff --git a/debian/changelog b/debian/changelog index d82f5abb..e5c0fd36 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +com.github.stsdc.monitor (0.10.1) focal; urgency=low + + * Add support for vdx (vm) and nvme disks + + -- Stanisław Dac Fri, 22 Oct 2021 21:52:50 +0200 + com.github.stsdc.monitor (0.10.0) focal; urgency=low * Add dark theme diff --git a/meson.build b/meson.build index a41d96c9..81bd88d6 100644 --- a/meson.build +++ b/meson.build @@ -1,4 +1,4 @@ -project('com.github.stsdc.monitor', 'vala', 'c', version: '0.10.0') +project('com.github.stsdc.monitor', 'vala', 'c', version: '0.10.1') # these are Meson modules gnome = import('gnome')