diff --git a/data/hu.kramo.Cartridges.metainfo.xml.in b/data/hu.kramo.Cartridges.metainfo.xml.in index 807d788..44f8102 100644 --- a/data/hu.kramo.Cartridges.metainfo.xml.in +++ b/data/hu.kramo.Cartridges.metainfo.xml.in @@ -44,11 +44,10 @@ - +
    -
  • Fixes the app icon not displaying on the XFCE panel
  • -
  • Fixes a bug with the Steam API
  • +
  • Fixes a bug with custom install locations
  • Translations since 1.5
diff --git a/meson.build b/meson.build index 46915d6..b4d85ad 100644 --- a/meson.build +++ b/meson.build @@ -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', ], ) diff --git a/windows/Cartridges.iss b/windows/Cartridges.iss index 44f35d5..deaf72b 100644 --- a/windows/Cartridges.iss +++ b/windows/Cartridges.iss @@ -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"