From bbb510c8f2fc5a18aa68b6d9a5d454cb5e27cd07 Mon Sep 17 00:00:00 2001 From: Fernando da Silva Sousa Date: Fri, 8 Feb 2019 20:09:41 -0200 Subject: [PATCH] Push version to 0.7.1 --- data/com.github.naaando.lyrics.appdata.xml | 7 +++++++ meson.build | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/data/com.github.naaando.lyrics.appdata.xml b/data/com.github.naaando.lyrics.appdata.xml index fa7444d..1749558 100644 --- a/data/com.github.naaando.lyrics.appdata.xml +++ b/data/com.github.naaando.lyrics.appdata.xml @@ -36,6 +36,13 @@ com.github.naaando.lyrics + + +
    +
  • Fix settings popover menu closing on click
  • +
+
+
    diff --git a/meson.build b/meson.build index 74e0b70..8a15e4e 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project ('com.github.naaando.lyrics', 'vala', 'c', - version: '0.7.0', + version: '0.7.1', license: 'GPL3' )