v1.5.3
This commit is contained in:
@@ -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>
|
||||
|
||||
@@ -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', ],
|
||||
)
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user