v1.4.1
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
#define MyAppName "Cartridges"
|
||||
#define MyAppVersion "1.4"
|
||||
#define MyAppVersion "1.4.1"
|
||||
#define MyAppPublisher "kramo"
|
||||
#define MyAppURL "https://github.com/kra-mo/cartridges"
|
||||
#define MyAppExeName "pythonw.exe"
|
||||
|
||||
@@ -36,6 +36,13 @@
|
||||
</screenshots>
|
||||
<content_rating type="oars-1.1" />
|
||||
<releases>
|
||||
<release version="1.4.1" date="2023-05-05">
|
||||
<description translatable="no">
|
||||
<ul>
|
||||
<li>Updates the Heroic GOG path</li>
|
||||
</ul>
|
||||
</description>
|
||||
</release>
|
||||
<release version="1.4" date="2023-04-16">
|
||||
<description translatable="no">
|
||||
<ul>
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
project('cartridges',
|
||||
version: '1.4',
|
||||
version: '1.4.1',
|
||||
meson_version: '>= 0.59.0',
|
||||
default_options: [ 'warning_level=2', 'werror=false', ],
|
||||
)
|
||||
|
||||
@@ -119,7 +119,7 @@ class CartridgesApplication(Adw.Application):
|
||||
application_name=_("Cartridges"),
|
||||
application_icon="hu.kramo.Cartridges",
|
||||
developer_name="kramo",
|
||||
version="1.4",
|
||||
version="1.4.1",
|
||||
developers=[
|
||||
"kramo https://kramo.hu",
|
||||
"Paweł Lidwin https://github.com/imLinguin",
|
||||
|
||||
Reference in New Issue
Block a user