Version bump.

This commit is contained in:
Jordan Petridis 2018-07-27 20:21:28 +03:00
parent 7c96152f3f
commit 39ff238716
No known key found for this signature in database
GPG Key ID: CEABAD9F5683B9A6
4 changed files with 13 additions and 3 deletions

View File

@ -13,6 +13,16 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
### Removed:
## [0.4.2] - 2018-07-27
### Changed:
- Minimum size requested by the Views. (Jorda Petridis) 7c96152f3f53f271247230dccf1c9cd5947b685f
### Fixed:
- Screenshot metadata in appstream data. (Jorda Petridis) a2440c19e11ca4dcdbcb67cd85259a41fe3754d6
## [0.4.1] - 2018-07-26
### Added:

View File

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

View File

@ -27,7 +27,7 @@
</screenshot>
</screenshots>
<releases>
<release version="0.4.1" date="2018-07-26"/>
<release version="0.4.2" date="2018-07-27"/>
</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.1");
dialog.set_version("0.4.2");
dialog.set_program_name("Podcasts");
// TODO: Need a wiki page first.
// dialog.set_website("https://wiki.gnome.org/Design/Apps/Potential/Podcasts");