Version bump.
This commit is contained in:
parent
e66e6364c3
commit
b03ff46767
@ -3,7 +3,7 @@
|
|||||||
|
|
||||||
project(
|
project(
|
||||||
'gnome-podcasts', 'rust',
|
'gnome-podcasts', 'rust',
|
||||||
version: '0.4.0',
|
version: '0.4.1',
|
||||||
license: 'GPLv3',
|
license: 'GPLv3',
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|||||||
@ -28,7 +28,7 @@
|
|||||||
</screenshot>
|
</screenshot>
|
||||||
</screenshots>
|
</screenshots>
|
||||||
<releases>
|
<releases>
|
||||||
<release version="0.4.0" date="2018-07-04"/>
|
<release version="0.4.1" date="2018-07-26"/>
|
||||||
</releases>
|
</releases>
|
||||||
<url type="homepage">https://gitlab.gnome.org/World/podcasts</url>
|
<url type="homepage">https://gitlab.gnome.org/World/podcasts</url>
|
||||||
<update_contact>jpetridis@gnome.org</update_contact>
|
<update_contact>jpetridis@gnome.org</update_contact>
|
||||||
|
|||||||
@ -27,7 +27,7 @@ pub fn about_dialog(window: >k::ApplicationWindow) {
|
|||||||
dialog.set_modal(true);
|
dialog.set_modal(true);
|
||||||
// TODO: make it show it fetches the commit hash from which it was built
|
// TODO: make it show it fetches the commit hash from which it was built
|
||||||
// and the version number is kept in sync automaticly
|
// 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");
|
dialog.set_program_name("Podcasts");
|
||||||
// TODO: Need a wiki page first.
|
// TODO: Need a wiki page first.
|
||||||
// dialog.set_website("https://wiki.gnome.org/Design/Apps/Potential/Podcasts");
|
// dialog.set_website("https://wiki.gnome.org/Design/Apps/Potential/Podcasts");
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user