Version bump.
This commit is contained in:
parent
7c96152f3f
commit
39ff238716
10
CHANGELOG.md
10
CHANGELOG.md
@ -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:
|
||||
|
||||
|
||||
@ -3,7 +3,7 @@
|
||||
|
||||
project(
|
||||
'gnome-podcasts', 'rust',
|
||||
version: '0.4.1',
|
||||
version: '0.4.2',
|
||||
license: 'GPLv3',
|
||||
)
|
||||
|
||||
|
||||
@ -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>
|
||||
|
||||
@ -27,7 +27,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.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");
|
||||
|
||||
Loading…
Reference in New Issue
Block a user