This commit is contained in:
kramo
2023-12-12 10:44:19 +01:00
parent 08a90365a8
commit bcc3c57117
2 changed files with 3 additions and 4 deletions

View File

@@ -46,11 +46,10 @@
</screenshots> </screenshots>
<content_rating type="oars-1.1" /> <content_rating type="oars-1.1" />
<releases> <releases>
<release version="2.6.3" date="2023-11-16"> <release version="2.7" date="2023-12-12">
<description translatable="no"> <description translatable="no">
<ul> <ul>
<li>Fixed an issue with custom Lutris locations</li> <li>Flatpaks installed for the user and system-wide ones can now be imported separately</li>
<li>UI improvements</li>
</ul> </ul>
</description> </description>
</release> </release>

View File

@@ -1,5 +1,5 @@
project('cartridges', project('cartridges',
version: '2.6.3', version: '2.7',
meson_version: '>= 0.59.0', meson_version: '>= 0.59.0',
default_options: [ 'warning_level=2', 'werror=false', ], default_options: [ 'warning_level=2', 'werror=false', ],
) )