Skip to content

Commit

Permalink
v1.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
kra-mo committed May 27, 2023
1 parent ac3f313 commit bff2255
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 5 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.5.1"
#define MyAppVersion "1.5.2"
#define MyAppPublisher "kramo"
#define MyAppURL "https://github.com/kra-mo/cartridges"
#define MyAppExeName "pythonw.exe"
Expand Down
5 changes: 3 additions & 2 deletions data/hu.kramo.Cartridges.metainfo.xml.in
Original file line number Diff line number Diff line change
Expand Up @@ -44,10 +44,11 @@
</screenshots>
<content_rating type="oars-1.1" />
<releases>
<release version="1.5.1" date="2023-05-26">
<release version="1.5.2" date="2023-05-27">
<description translatable="no">
<ul>
<li>Fixes an issue with search</li>
<li>Fixes the app icon not displaying on the XFCE panel</li>
<li>Fixes a bug with the Steam API</li>
<li>Translations since 1.5</li>
</ul>
</description>
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.5.1',
version: '1.5.2',
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 @@ -112,7 +112,7 @@ def on_about_action(self, *_args):
application_name=_("Cartridges"),
application_icon="hu.kramo.Cartridges",
developer_name="kramo",
version="1.5.1",
version="1.5.2",
developers=[
"kramo https://kramo.hu",
"Arcitec https://github.com/Arcitec",
Expand Down

0 comments on commit bff2255

Please sign in to comment.