Skip to content

Commit bf2057b

Browse files
authored
Release 2.3.1 (#110)
* Release 2.3.1 * Update meson.build
1 parent 6d1a8cd commit bf2057b

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

data/io.elementary.switchboard.bluetooth.appdata.xml.in

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,11 @@
55
<name>Bluetooth</name>
66
<summary>Configure Bluetooth Settings</summary>
77
<releases>
8+
<release version="2.3.1" date="2020-02-25" urgency="medium">
9+
<description>
10+
<p>Updated translations</p>
11+
</description>
12+
</release>
813
<release version="2.3.0" date="2019-10-31" urgency="medium">
914
<description>
1015
<p>Pair with devices that require a password, key code, or confirmation</p>

meson.build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
project(
22
'bluetooth',
33
'vala', 'c',
4-
version: '2.3.0'
4+
version: '2.3.1'
55
)
66

77
gettext_name = meson.project_name() + '-plug'

0 commit comments

Comments
 (0)