diff --git a/meson.build b/meson.build
index 4f5d5ff..160d9ad 100644
--- a/meson.build
+++ b/meson.build
@@ -3,7 +3,7 @@
project(
'gnome-podcasts', 'rust',
- version: '0.4.0',
+ version: '0.4.1',
license: 'GPLv3',
)
diff --git a/podcasts-gtk/resources/org.gnome.Podcasts.appdata.xml b/podcasts-gtk/resources/org.gnome.Podcasts.appdata.xml
index f32f9b2..dbfcd27 100644
--- a/podcasts-gtk/resources/org.gnome.Podcasts.appdata.xml
+++ b/podcasts-gtk/resources/org.gnome.Podcasts.appdata.xml
@@ -28,7 +28,7 @@
-
+
https://gitlab.gnome.org/World/podcasts
jpetridis@gnome.org
diff --git a/podcasts-gtk/src/widgets/aboutdialog.rs b/podcasts-gtk/src/widgets/aboutdialog.rs
index 493addf..f3299ec 100644
--- a/podcasts-gtk/src/widgets/aboutdialog.rs
+++ b/podcasts-gtk/src/widgets/aboutdialog.rs
@@ -27,7 +27,7 @@ pub fn about_dialog(window: >k::ApplicationWindow) {
dialog.set_modal(true);
// TODO: make it show it fetches the commit hash from which it was built
// and the version number is kept in sync automaticly
- dialog.set_version("0.4.0");
+ dialog.set_version("0.4.1");
dialog.set_program_name("Podcasts");
// TODO: Need a wiki page first.
// dialog.set_website("https://wiki.gnome.org/Design/Apps/Potential/Podcasts");