Version bump.

This commit is contained in:
Jordan Petridis 2018-05-07 18:56:51 +03:00
parent 4a6f5c6268
commit f06dbd0562
No known key found for this signature in database
GPG Key ID: CEABAD9F5683B9A6
5 changed files with 7 additions and 3 deletions

View File

@ -5,6 +5,9 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
## [Unreleased]
## [0.3.2] - 2018-05-07
### Added:
- Vies now have a new fancy scrolling animation when they are refereshed.

View File

@ -28,7 +28,7 @@
</screenshot>
</screenshots>
<releases>
<release version="0.3.1" date="2018-03-28"/>
<release version="0.3.2" date="2018-05-07"/>
</releases>
<url type="homepage">https://gitlab.gnome.org/World/hammond</url>
<update_contact>jpetridis@gnome.org</update_contact>

View File

@ -243,7 +243,7 @@ fn about_dialog(window: &gtk::Window) {
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.3.1");
dialog.set_version("0.3.2");
dialog.set_program_name("Hammond");
// TODO: Need a wiki page first.
// dialog.set_website("https://wiki.gnome.org/Design/Apps/Potential/Podcasts");

View File

@ -3,7 +3,7 @@
project(
'hammond', 'rust',
version: '0.3.1',
version: '0.3.2',
license: 'GPLv3',
)

View File

@ -13,6 +13,7 @@ cp -rf hammond-data $DIST
cp -rf hammond-gtk $DIST
cp -rf hammond-downloader $DIST
cp Cargo.toml $DIST
cp Cargo.lock $DIST
cp configure $DIST
cp meson.build $DIST
cp Hammond.doap $DIST