Skip to content

Commit d590af0

Browse files
Release 6.1.1 (#1103)
* Release 6.1.1 * Update meson.build * Update stylesheet.appdata.xml.in * Update stylesheet.appdata.xml.in Co-authored-by: Cassidy James Blaede <[email protected]>
1 parent ef4acfa commit d590af0

File tree

2 files changed

+8
-3
lines changed

2 files changed

+8
-3
lines changed

data/stylesheet.appdata.xml.in

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,13 @@
1414
<id>io.elementary.stylesheet</id>
1515
</provides>
1616
<releases>
17-
<release version="6.2.0" date="2021-11-16" urgency="medium">
17+
<release version="6.1.1" date="2021-11-23" urgency="medium">
1818
<description>
19+
<p>Improvements:</p>
20+
<ul>
21+
<li>Improve contrast of horizontal separators in dark style</li>
22+
</ul>
23+
<p>Fixes:</p>
1924
<ul>
2025
<li>Use the accent color for highlighting in IBus candidate window</li>
2126
<li>Fix font style for title labels in headerbars</li>
@@ -45,4 +50,4 @@
4550
<developer_name>elementary, Inc.</developer_name>
4651
<url type="homepage">https://elementary.io</url>
4752
<url type="bugtracker">https://github.com/elementary/stylesheet/issues</url>
48-
</component>
53+
</component>

meson.build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
project(
22
'io.elementary.stylesheet',
3-
version: '6.0.0'
3+
version: '6.1.1'
44
)
55

66
i18n = import('i18n')

0 commit comments

Comments
 (0)