Skip to content

Commit a74a2b0

Browse files
Release 2.3.6 (#179)
* Release 2.3.6 * Update release.yml * Update meson.build * Update screenshot Co-authored-by: Cassidy James Blaede <[email protected]>
1 parent 5ce006d commit a74a2b0

File tree

4 files changed

+11
-3
lines changed

4 files changed

+11
-3
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,4 @@ jobs:
1616
GIT_USER_NAME: "elementaryBot"
1717
GIT_USER_EMAIL: "[email protected]"
1818
with:
19-
release_branch: 'juno'
19+
release_branch: 'odin'

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

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,15 @@
66
<summary>Configure Bluetooth Settings</summary>
77
<icon type="stock">bluetooth</icon>
88
<translation type="gettext">bluetooth-plug</translation>
9-
<releases>
9+
<releases>
10+
<release version="2.3.6" date="2021-07-13" urgency="medium">
11+
<description>
12+
<p>Minor updates</p>
13+
<ul>
14+
<li>Updated translations</li>
15+
</ul>
16+
</description>
17+
</release>
1018
<release version="2.3.5" date="2021-03-09" urgency="critical">
1119
<description>
1220
<p>Security update</p>

data/screenshot.png

18.2 KB
Loading

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.5'
4+
version: '2.3.6'
55
)
66

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

0 commit comments

Comments
 (0)