v1.5.5
This commit is contained in:
@@ -44,12 +44,10 @@
|
||||
</screenshots>
|
||||
<content_rating type="oars-1.1" />
|
||||
<releases>
|
||||
<release version="1.5.4" date="2023-05-27">
|
||||
<release version="1.5.5" date="2023-06-10">
|
||||
<description translatable="no">
|
||||
<ul>
|
||||
<li>Fixes a bug with custom install locations</li>
|
||||
<li>Fixes a potential bug with deleted Steam libraries</li>
|
||||
<li>Translations since 1.5</li>
|
||||
<li>Fixes an issue with Bottles' custom Bottles directory feature</li>
|
||||
</ul>
|
||||
</description>
|
||||
</release>
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
project('cartridges',
|
||||
version: '1.5.4',
|
||||
version: '1.5.5',
|
||||
meson_version: '>= 0.59.0',
|
||||
default_options: [ 'warning_level=2', 'werror=false', ],
|
||||
)
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
#define MyAppName "Cartridges"
|
||||
#define MyAppVersion "1.5.4"
|
||||
#define MyAppVersion "1.5.5"
|
||||
#define MyAppPublisher "kramo"
|
||||
#define MyAppURL "https://github.com/kra-mo/cartridges"
|
||||
#define MyAppExeName "pythonw.exe"
|
||||
|
||||
Reference in New Issue
Block a user