Version bump.

This commit is contained in:
Jordan Petridis 2018-07-04 16:47:25 +03:00
parent fe968e19c0
commit 2b6cca6bab
No known key found for this signature in database
GPG Key ID: CEABAD9F5683B9A6
3 changed files with 5 additions and 5 deletions

View File

@ -5,10 +5,10 @@
<project_license>GPL-3.0</project_license>
<metadata_license>CC0-1.0</metadata_license>
<developer_name>Jordan Petridis</developer_name>
<summary>Modern Podcast Client for the GNOME desktop</summary>
<summary>Modern Podcast application for the GNOME desktop</summary>
<description xml:lang="en">
<p>
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.
</p>
</description>
@ -28,7 +28,7 @@
</screenshot>
</screenshots>
<releases>
<release version="0.3.4" date="2018-05-20"/>
<release version="0.4.0" date="2018-07-04"/>
</releases>
<url type="homepage">https://gitlab.gnome.org/World/hammond</url>
<update_contact>jpetridis@gnome.org</update_contact>

View File

@ -26,7 +26,7 @@ pub fn about_dialog(window: &gtk::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");

View File

@ -3,7 +3,7 @@
project(
'hammond', 'rust',
version: '0.3.4',
version: '0.4.0',
license: 'GPLv3',
)