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 4ec01b5 commit 23069d6Copy full SHA for 23069d6
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="6.2.1" date="2020-09-28" urgency="medium">
+ <release version="6.2.1" date="2020-09-29" urgency="medium">
14
<description>
15
<p>Improvements:</p>
16
<ul>
meson.build
@@ -1,6 +1,6 @@
1
project('gala',
2
'c', 'vala',
3
- version: '6.2.0',
+ version: '6.2.1',
4
meson_version: '>= 0.49.0',
5
license: 'GPL3',
6
)
0 commit comments