Release 3.3.2 (#787)

* Update gala.appdata.xml.in

* Update meson.build

* AppData: Fix copypaste oops
This commit is contained in:
Cassidy James Blaede 2020-04-30 16:23:37 -06:00 committed by GitHub
parent ddcdab5277
commit 94740b5c81
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 11 additions and 1 deletions

View File

@ -10,6 +10,16 @@
<p>A window &amp; compositing manager based on libmutter and designed by elementary for use with Pantheon.</p>
</description>
<releases>
<release version="3.3.2" date="2020-04-30" urgency="medium">
<description>
<p>Improvements:</p>
<ul>
<li>Fix “Always on Visible Workspace” windows disappearing when changing workspaces</li>
<li>Fix windows on non-primary displays disappearing when changing workspaces</li>
<li>Updated translations</li>
</ul>
</description>
</release>
<release version="3.3.1" date="2020-04-25" urgency="medium">
<description>
<p>Improvements:</p>

View File

@ -1,6 +1,6 @@
project('gala',
'c', 'vala',
version: '3.3.1',
version: '3.3.2',
meson_version: '>= 0.48.0',
license: 'GPL3',
)