diff --git a/data/com.github.stsdc.monitor.appdata.xml.in b/data/com.github.stsdc.monitor.appdata.xml.in index 2a191d2c..12e1c079 100644 --- a/data/com.github.stsdc.monitor.appdata.xml.in +++ b/data/com.github.stsdc.monitor.appdata.xml.in @@ -25,7 +25,7 @@ https://github.com/stsdc/monitor/issues - +
  • Detailed process info in sidebar
  • diff --git a/debian/changelog b/debian/changelog index 1332b260..0985ae76 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,9 +1,9 @@ -com.github.stsdc.monitor (0.7.0) bionic; urgency=low +com.github.stsdc.monitor (0.7.1) bionic; urgency=low * Detailed process info in sidebar * CPU frequency in tooltip (Ryo Nakano) --- Stanisław Dac Sat, 11 Apr 2020 21:01:15 +0200 +-- Stanisław Dac Sat, 15 Apr 2020 21:01:15 +0200 com.github.stsdc.monitor (0.6.2) bionic; urgency=low diff --git a/meson.build b/meson.build index 6c9f6690..c1824107 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ -project('com.github.stsdc.monitor', 'vala', 'c', version: '0.7.0') +project('com.github.stsdc.monitor', 'vala', 'c', version: '0.7.1') # these are Meson modules gnome = import('gnome')