Version bump.
This commit is contained in:
parent
fe968e19c0
commit
2b6cca6bab
@ -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>
|
||||
|
||||
@ -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");
|
||||
|
||||
@ -3,7 +3,7 @@
|
||||
|
||||
project(
|
||||
'hammond', 'rust',
|
||||
version: '0.3.4',
|
||||
version: '0.4.0',
|
||||
license: 'GPLv3',
|
||||
)
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user