This commit is contained in:
kramo
2023-10-10 23:18:47 +02:00
parent 6a78f6d55e
commit 3a052b6367
2 changed files with 7 additions and 1 deletions

View File

@@ -48,6 +48,12 @@
</screenshots>
<content_rating type="oars-1.1" />
<releases>
<release version="2.6" date="2023-10-11">
<description translatable="no">
<p>You can now search your Cartridges library from GNOME!</p>
<p>To enable the functionality, go to "Search" in the Settings app and toggle "Cartridges" on.</p>
</description>
</release>
<release version="2.5" date="2023-10-06">
<description translatable="no">
<ul>

View File

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