From 343ba08740d757d2319cd453e39be0d6c10da16d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Felix=20H=C3=A4cker?= Date: Thu, 30 Jun 2016 10:23:50 +0200 Subject: [PATCH] 3.0.2 release --- debian/changelog | 2 +- src/Gradio.vala | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index 0b4ae19e..0f3ba519 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -gradio (3.0.1) xenial; urgency=low +gradio (3.0.2) xenial; urgency=low * Initial Release. diff --git a/src/Gradio.vala b/src/Gradio.vala index 5bae2380..349aa0a8 100644 --- a/src/Gradio.vala +++ b/src/Gradio.vala @@ -12,7 +12,7 @@ namespace Gradio { public GLib.Settings settings; public MPRIS mpris; - public static string version = "3.0.1"; + public static string version = "3.0.2"; public App () { Object(application_id: "de.haecker-felix.gradio", flags: ApplicationFlags.FLAGS_NONE);