Version bump.

This commit is contained in:
Jordan Petridis 2018-07-26 08:33:45 +03:00
parent e66e6364c3
commit b03ff46767
No known key found for this signature in database
GPG Key ID: CEABAD9F5683B9A6
3 changed files with 3 additions and 3 deletions

View File

@ -3,7 +3,7 @@
project(
'gnome-podcasts', 'rust',
version: '0.4.0',
version: '0.4.1',
license: 'GPLv3',
)

View File

@ -28,7 +28,7 @@
</screenshot>
</screenshots>
<releases>
<release version="0.4.0" date="2018-07-04"/>
<release version="0.4.1" date="2018-07-26"/>
</releases>
<url type="homepage">https://gitlab.gnome.org/World/podcasts</url>
<update_contact>jpetridis@gnome.org</update_contact>

View File

@ -27,7 +27,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.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");