Skip to content

Commit b474478

Browse files
authored
Release 3.2.4 (#1256)
* Update io.elementary.appcenter.appdata.xml.in * Update meson.build
1 parent 130bc22 commit b474478

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,13 @@
1515
</p>
1616
</description>
1717
<releases>
18-
<release version="3.2.4" date="2020-04-25" urgency="medium">
18+
<release version="3.2.4" date="2020-04-08" urgency="medium">
1919
<description>
2020
<p>Fixes</p>
2121
<ul>
2222
<li>Prevent crashes when updating Flatpaks and system packages simultaneously</li>
2323
<li>Prevent suspending when installing, updating, or removing packages</li>
24+
<li>Updated translations</li>
2425
</ul>
2526
</description>
2627
</release>

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

77
gettext_name = meson.project_name()

0 commit comments

Comments
 (0)