Skip to content

Commit

Permalink
Release 2.3.4 (#156)
Browse files Browse the repository at this point in the history
* Release 2.3.4

* Update meson.build

Co-authored-by: Cassidy James Blaede <cassidy@elementary.io>
  • Loading branch information
danirabbit and cassidyjames committed Jan 5, 2021
1 parent 5abfa3d commit a9edd31
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions data/io.elementary.switchboard.bluetooth.appdata.xml.in
Expand Up @@ -7,6 +7,16 @@
<icon type="stock">bluetooth</icon>
<translation type="gettext">bluetooth-plug</translation>
<releases>
<release version="2.3.4" date="2020-12-23" urgency="medium">
<description>
<p>Minor updates</p>
<ul>
<li>Fallback to device type when name is not available</li>
<li>Show "Discovering" indicator in an overlay bar</li>
<li>Updated translations</li>
</ul>
</description>
</release>
<release version="2.3.3" date="2020-10-08" urgency="medium">
<description>
<p>Fixes</p>
Expand Down
2 changes: 1 addition & 1 deletion meson.build
@@ -1,7 +1,7 @@
project(
'bluetooth',
'vala', 'c',
version: '2.3.3'
version: '2.3.4'
)

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

0 comments on commit a9edd31

Please sign in to comment.