Skip to content

Commit be212f1

Browse files
authored
Release 3.3.1
1 parent 3f7cb0e commit be212f1

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

data/gala.appdata.xml.in

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,15 @@
1010
<p>A window &amp; compositing manager based on libmutter and designed by elementary for use with Pantheon.</p>
1111
</description>
1212
<releases>
13+
<release version="3.3.1" date="2020-04-25" urgency="medium">
14+
<description>
15+
<p>Improvements:</p>
16+
<ul>
17+
<li>Fix crash when changing workspaces while a transient window is opening</li>
18+
<li>Updated translations</li>
19+
</ul>
20+
</description>
21+
</release>
1322
<release version="3.3.0" date="2020-04-02" urgency="medium">
1423
<description>
1524
<p>Improvements:</p>

meson.build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
project('gala',
22
'c', 'vala',
3-
version: '3.3.0',
3+
version: '3.3.1',
44
meson_version: '>= 0.48.0',
55
license: 'GPL3',
66
)

0 commit comments

Comments
 (0)