diff --git a/data/power.appdata.xml.in b/data/power.appdata.xml.in index 2dc318c9..23248533 100644 --- a/data/power.appdata.xml.in +++ b/data/power.appdata.xml.in @@ -5,7 +5,7 @@ Power Configure display brightness, power buttons, and suspend behavior - +

Remove broken hibernate option

Add prompt to shutdown to power button actions

diff --git a/meson.build b/meson.build index fcbbb00c..04ce8b0c 100644 --- a/meson.build +++ b/meson.build @@ -1,7 +1,7 @@ project( 'power', 'vala', 'c', - version: '2.3.5' + version: '2.4.0' ) gettext_name = meson.project_name() + '-plug'