Skip to content

Commit 0dab660

Browse files
authored
Release 3.6.2 (#1582)
1 parent f4d6884 commit 0dab660

2 files changed

Lines changed: 13 additions & 1 deletion

File tree

data/io.elementary.appcenter.appdata.xml.in

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,18 @@
1111
<p>The open source, pay-what-you-want app store from elementary. Reviewed and curated by elementary to ensure a native, privacy-respecting, and secure experience. Browse by categories or search and discover new apps. AppCenter is also used for updating your system to the latest and greatest version for new features and fixes.</p>
1212
</description>
1313
<releases>
14+
<release version="3.6.2" date="2021-08-09" urgency="medium">
15+
<description>
16+
<p>Fixes:</p>
17+
<ul>
18+
<li>Install Linux kernel headers with NVIDIA drivers</li>
19+
</ul>
20+
<p>Improvements:</p>
21+
<ul>
22+
<li>Updated translations</li>
23+
</ul>
24+
</description>
25+
</release>
1426
<release version="3.6.1" date="2021-08-02" urgency="medium">
1527
<description>
1628
<p>Fixes:</p>

meson.build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
project(
22
'io.elementary.appcenter',
33
'vala', 'c',
4-
version: '3.6.1'
4+
version: '3.6.2'
55
)
66

77
gettext_name = meson.project_name()

0 commit comments

Comments
 (0)