diff --git a/data/power.appdata.xml.in b/data/power.appdata.xml.in
index 4f652379..7c344a74 100644
--- a/data/power.appdata.xml.in
+++ b/data/power.appdata.xml.in
@@ -7,15 +7,17 @@
View battery levels, adjust display brightness, and see apps using lots of power
preferences-system-power
-
+
New features:
- Show brightness level when scrolled
+ - Show battery percentage automatically at 20% or lower
Minor updates:
- Match scroll direction with Sound indicator
+ - Show "Fully Charged" at 100% when plugged in
- Updated translations
diff --git a/meson.build b/meson.build
index 5e49d529..8b7a5b3f 100644
--- a/meson.build
+++ b/meson.build
@@ -1,7 +1,7 @@
project(
'power',
'vala', 'c',
- version: '6.0.0'
+ version: '6.1.0'
)
gettext_name = meson.project_name() + '-indicator'