v2.7.3
This commit is contained in:
@@ -50,10 +50,11 @@
|
||||
</screenshots>
|
||||
<content_rating type="oars-1.1" />
|
||||
<releases>
|
||||
<release version="2.7.2" date="2023-12-31">
|
||||
<release version="2.7.3" date="2024-02-17">
|
||||
<description translatable="no">
|
||||
<ul>
|
||||
<li>Fixes a bug with Flatpak user games not importing</li>
|
||||
<li>Updated Lutris locations so importing works again</li>
|
||||
<li>Other miscellaneous bug fixes</li>
|
||||
</ul>
|
||||
</description>
|
||||
</release>
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
project('cartridges',
|
||||
version: '2.7.2',
|
||||
version: '2.7.3',
|
||||
meson_version: '>= 0.59.0',
|
||||
default_options: [ 'warning_level=2', 'werror=false', ],
|
||||
)
|
||||
@@ -49,4 +49,4 @@ gnome.post_install(
|
||||
glib_compile_schemas: true,
|
||||
gtk_update_icon_cache: true,
|
||||
update_desktop_database: true,
|
||||
)
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user