diff --git a/data/com.github.tenderowl.frog.appdata.xml.in b/data/com.github.tenderowl.frog.appdata.xml.in index 94bc6a3..86eaaf3 100644 --- a/data/com.github.tenderowl.frog.appdata.xml.in +++ b/data/com.github.tenderowl.frog.appdata.xml.in @@ -20,6 +20,15 @@ + + +

What's new:

+
    +
  • When no text is found, Frog returns to the main window.
  • +
  • Translations updated.
  • +
+
+

What's new:

diff --git a/meson.build b/meson.build index ff8ffcb..f3ad51c 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project('frog', - version: '1.1.0', + version: '1.1.1', meson_version: '>= 0.50.0', default_options: [ 'warning_level=2', ],