We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4a0cb86 commit d659157Copy full SHA for d659157
data/gala.appdata.xml.in
@@ -10,7 +10,7 @@
10
<p>A window & compositing manager based on libmutter and designed by elementary for use with Pantheon.</p>
11
</description>
12
<releases>
13
- <release version="3.3.0" date="2020-04-01" urgency="medium">
+ <release version="3.3.0" date="2020-04-02" urgency="medium">
14
<description>
15
<p>Improvements:</p>
16
<ul>
meson.build
@@ -1,6 +1,6 @@
1
project('gala',
2
'c', 'vala',
3
- version: '3.2.0',
+ version: '3.3.0',
4
meson_version: '>= 0.48.0',
5
license: 'GPL3',
6
)
0 commit comments