Version bump.

This commit is contained in:
Jordan Petridis 2018-07-28 00:12:08 +03:00
parent 39c0a0dba5
commit 88ea081661
No known key found for this signature in database
GPG Key ID: CEABAD9F5683B9A6
4 changed files with 9 additions and 3 deletions

View File

@ -13,6 +13,12 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
### Removed: ### Removed:
## [0.4.3] - 2018-07-27
### Fixed:
- Fix the cargo vendor config for the tarball releash script. (Jorda Petridis) a2440c19e11ca4dcdbcb67cd85259a41fe3754d6
## [0.4.2] - 2018-07-27 ## [0.4.2] - 2018-07-27
### Changed: ### Changed:

View File

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

View File

@ -24,7 +24,7 @@
</screenshot> </screenshot>
</screenshots> </screenshots>
<releases> <releases>
<release version="0.4.2" date="2018-07-27"/> <release version="0.4.3" date="2018-07-28"/>
</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>

View File

@ -27,7 +27,7 @@ pub fn about_dialog(window: &gtk::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.2"); dialog.set_version("0.4.3");
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");