Skip to content

Commit

Permalink
v1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
kra-mo committed Mar 26, 2023
1 parent d88801b commit 33a6efc
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .windows/Cartridges.iss
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#define MyAppName "Cartridges"
#define MyAppVersion "1.0"
#define MyAppVersion "1.1"
#define MyAppPublisher "kramo"
#define MyAppURL "https://github.com/kra-mo/cartridges"
#define MyAppExeName "pythonw.exe"
Expand Down
11 changes: 10 additions & 1 deletion data/hu.kramo.Cartridges.metainfo.xml.in
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,17 @@
</screenshots>
<content_rating type="oars-1.1" />
<releases>
<release version="1.1" date="2023-03-26">
<description translatable="no">
<ul>
<li>Added option to launch games by clicking the cover image</li>
<li>Added option to save cover art losslessly</li>
<li>Translations since 1.0</li>
</ul>
</description>
</release>
<release version="1.0" date="2023-03-25">
<description>
<description translatable="no">
<p>First stable release</p>
</description>
</release>
Expand Down
2 changes: 1 addition & 1 deletion meson.build
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
project('cartridges',
version: '1.0',
version: '1.1',
meson_version: '>= 0.59.0',
default_options: [ 'warning_level=2', 'werror=false', ],
)
Expand Down
2 changes: 1 addition & 1 deletion src/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ def on_about_action(self, _widget, _callback=None):
application_name=_("Cartridges"),
application_icon="hu.kramo.Cartridges",
developer_name="kramo",
version="1.0",
version="1.1",
developers=[
"kramo https://kramo.hu",
"Paweł Lidwin https://github.com/imLinguin",
Expand Down

0 comments on commit 33a6efc

Please sign in to comment.