From 4ccfdb028b54cbf488d0eb504c9fd6be69aaa1b5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Felix=20H=C3=A4cker?= Date: Sat, 3 Nov 2018 21:09:18 +0100 Subject: [PATCH] release Gradio 7.2 --- data/de.haeckerfelix.gradio.appdata.xml.in | 7 ++++++- meson.build | 2 +- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/data/de.haeckerfelix.gradio.appdata.xml.in b/data/de.haeckerfelix.gradio.appdata.xml.in index fc61265d..503663e8 100644 --- a/data/de.haeckerfelix.gradio.appdata.xml.in +++ b/data/de.haeckerfelix.gradio.appdata.xml.in @@ -44,6 +44,11 @@ + + +

Updated translations, minor user interface improvements

+
+

Some discover design tweaks, improved tags support, improved filter popover, updated translations, improved m3u export

@@ -86,4 +91,4 @@
- \ No newline at end of file + diff --git a/meson.build b/meson.build index 7c781d79..571ca475 100644 --- a/meson.build +++ b/meson.build @@ -1,4 +1,4 @@ -project('gradio', ['vala', 'C'], version : '7.1') +project('gradio', ['vala', 'C'], version : '7.2') i18n = import('i18n')