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>
<content_rating type="oars-1.1" />
<releases>
<release version="1.5.2" date="2023-05-27">
<release version="1.5.3" date="2023-05-27">
<description translatable="no">
<ul>
<li>Fixes the app icon not displaying on the XFCE panel</li>
<li>Fixes a bug with the Steam API</li>
<li>Fixes a bug with custom install locations</li>
<li>Translations since 1.5</li>
</ul>
</description>

View File

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

View File

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