This commit is contained in:
kramo
2023-05-27 16:06:43 +02:00
parent 7b7232d741
commit 620a094ff0
3 changed files with 4 additions and 5 deletions

View File

@@ -44,11 +44,10 @@
</screenshots> </screenshots>
<content_rating type="oars-1.1" /> <content_rating type="oars-1.1" />
<releases> <releases>
<release version="1.5.2" date="2023-05-27"> <release version="1.5.3" date="2023-05-27">
<description translatable="no"> <description translatable="no">
<ul> <ul>
<li>Fixes the app icon not displaying on the XFCE panel</li> <li>Fixes a bug with custom install locations</li>
<li>Fixes a bug with the Steam API</li>
<li>Translations since 1.5</li> <li>Translations since 1.5</li>
</ul> </ul>
</description> </description>

View File

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

View File

@@ -1,5 +1,5 @@
#define MyAppName "Cartridges" #define MyAppName "Cartridges"
#define MyAppVersion "1.5.2" #define MyAppVersion "1.5.3"
#define MyAppPublisher "kramo" #define MyAppPublisher "kramo"
#define MyAppURL "https://github.com/kra-mo/cartridges" #define MyAppURL "https://github.com/kra-mo/cartridges"
#define MyAppExeName "pythonw.exe" #define MyAppExeName "pythonw.exe"