From b03ff467675bb04d8a7d4193e5656f9e1a492f2d Mon Sep 17 00:00:00 2001 From: Jordan Petridis Date: Thu, 26 Jul 2018 08:33:45 +0300 Subject: [PATCH] Version bump. --- meson.build | 2 +- podcasts-gtk/resources/org.gnome.Podcasts.appdata.xml | 2 +- podcasts-gtk/src/widgets/aboutdialog.rs | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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");