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',
)