Version bump.
This commit is contained in:
parent
4a6f5c6268
commit
f06dbd0562
@ -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).
|
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
|
||||||
|
|
||||||
## [Unreleased]
|
## [Unreleased]
|
||||||
|
|
||||||
|
|
||||||
|
## [0.3.2] - 2018-05-07
|
||||||
### Added:
|
### Added:
|
||||||
- Vies now have a new fancy scrolling animation when they are refereshed.
|
- Vies now have a new fancy scrolling animation when they are refereshed.
|
||||||
|
|
||||||
|
|||||||
@ -28,7 +28,7 @@
|
|||||||
</screenshot>
|
</screenshot>
|
||||||
</screenshots>
|
</screenshots>
|
||||||
<releases>
|
<releases>
|
||||||
<release version="0.3.1" date="2018-03-28"/>
|
<release version="0.3.2" date="2018-05-07"/>
|
||||||
</releases>
|
</releases>
|
||||||
<url type="homepage">https://gitlab.gnome.org/World/hammond</url>
|
<url type="homepage">https://gitlab.gnome.org/World/hammond</url>
|
||||||
<update_contact>jpetridis@gnome.org</update_contact>
|
<update_contact>jpetridis@gnome.org</update_contact>
|
||||||
|
|||||||
@ -243,7 +243,7 @@ fn about_dialog(window: >k::Window) {
|
|||||||
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.3.1");
|
dialog.set_version("0.3.2");
|
||||||
dialog.set_program_name("Hammond");
|
dialog.set_program_name("Hammond");
|
||||||
// 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");
|
||||||
|
|||||||
@ -3,7 +3,7 @@
|
|||||||
|
|
||||||
project(
|
project(
|
||||||
'hammond', 'rust',
|
'hammond', 'rust',
|
||||||
version: '0.3.1',
|
version: '0.3.2',
|
||||||
license: 'GPLv3',
|
license: 'GPLv3',
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|||||||
@ -13,6 +13,7 @@ cp -rf hammond-data $DIST
|
|||||||
cp -rf hammond-gtk $DIST
|
cp -rf hammond-gtk $DIST
|
||||||
cp -rf hammond-downloader $DIST
|
cp -rf hammond-downloader $DIST
|
||||||
cp Cargo.toml $DIST
|
cp Cargo.toml $DIST
|
||||||
|
cp Cargo.lock $DIST
|
||||||
cp configure $DIST
|
cp configure $DIST
|
||||||
cp meson.build $DIST
|
cp meson.build $DIST
|
||||||
cp Hammond.doap $DIST
|
cp Hammond.doap $DIST
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user