Skip to content

Commit

Permalink
Release 2.2.0 (#143)
Browse files Browse the repository at this point in the history
* Release 2.2.0

* Update meson.build
  • Loading branch information
danirabbit authored Sep 3, 2020
1 parent 942cab6 commit f47ff08
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions data/power.appdata.xml.in
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,15 @@
<extends>io.elementary.wingpanel</extends>
<name>Power Indicator</name>
<summary>View battery levels, adjust display brightness, and see apps using lots of power</summary>
<releases>
<release version="2.1.6" date="2020-04-22" urgency="medium">
<icon type="stock">preferences-system-power</icon>
<releases>
<release version="2.2.0" date="2020-09-02" urgency="medium">
<description>
<p>Support for Controllers and Pens</p>
<p>Reduce spacing when percentage is shown</p>
<p>Updated translations</p>
</description>
</release>
</releases>
<releases>
<release version="2.1.5" date="2020-03-27" urgency="medium">
<description>
<p>Updated translations</p>
Expand Down
2 changes: 1 addition & 1 deletion meson.build
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
project(
'power',
'vala', 'c',
version: '2.1.5'
version: '2.2.0'
)

gettext_name = meson.project_name() + '-indicator'
Expand Down

0 comments on commit f47ff08

Please sign in to comment.