Skip to content

Commit f407a57

Browse files
authored
Release 6.0.2 (#76)
1 parent 45ed44d commit f407a57

2 files changed

Lines changed: 13 additions & 7 deletions

File tree

data/platform.appdata.xml.in

Lines changed: 12 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,19 @@
1010
<p>The Flatpak platform for elementary OS and AppCenter.</p>
1111
</description>
1212
<releases>
13-
<release version="6.0.2" date="2021-10-22" urgency="medium">
13+
<release version="6.0.2" date="2021-10-26" urgency="medium">
1414
<description>
15-
<p>Fix localization issues with apps that use Granite</p>
16-
<p>Use the settings portal for time and date settings</p>
17-
<p>Use the settings portal for color scheme preference instead of requiring an AccountsService hole</p>
18-
<p>Update elementary stylesheet to 6.1.0</p>
19-
<p>Update Granite to 6.1.2</p>
15+
<p>Fixes:</p>
16+
<ul>
17+
<li>Fix localization issues with apps that use Granite</li>
18+
</ul>
19+
<p>Platform updates:</p>
20+
<ul>
21+
<li>Use the settings portal for time and date settings</li>
22+
<li>Use the settings portal for color scheme preference instead of requiring an AccountsService hole</li>
23+
<li>Update elementary stylesheet to 6.1.0</li>
24+
<li>Update Granite to 6.1.2</li>
25+
</ul>
2026
</description>
2127
</release>
2228
<release version="6.0.1" date="2021-08-23" urgency="medium">

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.Platform',
3-
version: '6.0.1'
3+
version: '6.0.2'
44
)
55

66
i18n = import('i18n')

0 commit comments

Comments
 (0)