From 74f8e744ac2ff4d511d54aa9ad535117946bb01c Mon Sep 17 00:00:00 2001 From: Jordan Petridis Date: Sun, 20 May 2018 17:47:33 +0300 Subject: [PATCH] Version bump. --- hammond-gtk/resources/org.gnome.Hammond.appdata.xml | 2 +- hammond-gtk/src/headerbar.rs | 2 +- meson.build | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/hammond-gtk/resources/org.gnome.Hammond.appdata.xml b/hammond-gtk/resources/org.gnome.Hammond.appdata.xml index db08187..e94a861 100644 --- a/hammond-gtk/resources/org.gnome.Hammond.appdata.xml +++ b/hammond-gtk/resources/org.gnome.Hammond.appdata.xml @@ -28,7 +28,7 @@ - + https://gitlab.gnome.org/World/hammond jpetridis@gnome.org diff --git a/hammond-gtk/src/headerbar.rs b/hammond-gtk/src/headerbar.rs index 597a96c..8fddaa6 100644 --- a/hammond-gtk/src/headerbar.rs +++ b/hammond-gtk/src/headerbar.rs @@ -312,7 +312,7 @@ fn about_dialog(window: >k::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.3"); + dialog.set_version("0.3.4"); dialog.set_program_name("Hammond"); // TODO: Need a wiki page first. // dialog.set_website("https://wiki.gnome.org/Design/Apps/Potential/Podcasts"); diff --git a/meson.build b/meson.build index e86c25f..d9e620e 100644 --- a/meson.build +++ b/meson.build @@ -3,7 +3,7 @@ project( 'hammond', 'rust', - version: '0.3.3', + version: '0.3.4', license: 'GPLv3', )