diff --git a/.windows/Cartridges.iss b/.windows/Cartridges.iss
index b8b8f1a..dccbdc2 100644
--- a/.windows/Cartridges.iss
+++ b/.windows/Cartridges.iss
@@ -1,5 +1,5 @@
#define MyAppName "Cartridges"
-#define MyAppVersion "1.4"
+#define MyAppVersion "1.5"
#define MyAppPublisher "kramo"
#define MyAppURL "https://github.com/kra-mo/cartridges"
#define MyAppExeName "pythonw.exe"
diff --git a/data/hu.kramo.Cartridges.metainfo.xml.in b/data/hu.kramo.Cartridges.metainfo.xml.in
index 033b58f..217f620 100644
--- a/data/hu.kramo.Cartridges.metainfo.xml.in
+++ b/data/hu.kramo.Cartridges.metainfo.xml.in
@@ -43,6 +43,18 @@
+
+
+
+
+ - Cartridges is now part of GNOME Circle!
+ - Extra Steam libraries are now detected automatically
+ - Executables are now passed directly to the shell
+ - Various UX improvements
+ - Translations since 1.4
+
+
+
diff --git a/meson.build b/meson.build
index 36d42fc..c123352 100644
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,5 @@
project('cartridges',
- version: '1.4',
+ version: '1.5',
meson_version: '>= 0.59.0',
default_options: [ 'warning_level=2', 'werror=false', ],
)
diff --git a/src/main.py b/src/main.py
index 8afa8fa..d70e77c 100644
--- a/src/main.py
+++ b/src/main.py
@@ -109,7 +109,7 @@ class CartridgesApplication(Adw.Application):
application_name=_("Cartridges"),
application_icon="hu.kramo.Cartridges",
developer_name="kramo",
- version="1.4",
+ version="1.5",
developers=[
"kramo https://kramo.hu",
"Arcitec https://github.com/Arcitec",