From 2b6cca6bab148dac6df77ce4287454181a0d57c7 Mon Sep 17 00:00:00 2001 From: Jordan Petridis Date: Wed, 4 Jul 2018 16:47:25 +0300 Subject: [PATCH] Version bump. --- hammond-gtk/resources/org.gnome.Hammond.appdata.xml | 6 +++--- hammond-gtk/src/widgets/aboutdialog.rs | 2 +- meson.build | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/hammond-gtk/resources/org.gnome.Hammond.appdata.xml b/hammond-gtk/resources/org.gnome.Hammond.appdata.xml index e94a861..5566807 100644 --- a/hammond-gtk/resources/org.gnome.Hammond.appdata.xml +++ b/hammond-gtk/resources/org.gnome.Hammond.appdata.xml @@ -5,10 +5,10 @@ GPL-3.0 CC0-1.0 Jordan Petridis - Modern Podcast Client for the GNOME desktop + Modern Podcast application for the GNOME desktop

- Hammond is a modern, reliable, and fast Podcast Client for the GNOME + Hammond is a modern, reliable, and fast Podcast application for the GNOME desktop written in Rust.

@@ -28,7 +28,7 @@ - + https://gitlab.gnome.org/World/hammond jpetridis@gnome.org diff --git a/hammond-gtk/src/widgets/aboutdialog.rs b/hammond-gtk/src/widgets/aboutdialog.rs index 1b2a4ac..d954dc6 100644 --- a/hammond-gtk/src/widgets/aboutdialog.rs +++ b/hammond-gtk/src/widgets/aboutdialog.rs @@ -26,7 +26,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.3.4"); + dialog.set_version("0.4.0"); dialog.set_program_name("Hammond"); // TODO: Need a wiki page first. // dialog.set_website("https://wiki.gnome.org/Design/Apps/Potential/Podcasts"); diff --git a/meson.build b/meson.build index d9e620e..e9bb1fa 100644 --- a/meson.build +++ b/meson.build @@ -3,7 +3,7 @@ project( 'hammond', 'rust', - version: '0.3.4', + version: '0.4.0', license: 'GPLv3', )