From 31be7f14629ebf35e0b5d1f04322a40cf5afdee5 Mon Sep 17 00:00:00 2001 From: Cody Garver Date: Wed, 6 Jun 2018 08:16:27 -0500 Subject: [PATCH] Release 0.1.5 --- data/io.elementary.screenshot-tool.appdata.xml.in | 10 ++++++++++ meson.build | 3 ++- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/data/io.elementary.screenshot-tool.appdata.xml.in b/data/io.elementary.screenshot-tool.appdata.xml.in index 8a3fc5ca..c59ca123 100644 --- a/data/io.elementary.screenshot-tool.appdata.xml.in +++ b/data/io.elementary.screenshot-tool.appdata.xml.in @@ -24,6 +24,16 @@ + + +
    +
  • Fix ESC key behavior
  • +
  • Append scaling factor to filename
  • +
  • Minor bug fixes
  • +
  • Translation updates
  • +
+
+
    diff --git a/meson.build b/meson.build index 30dd910f..ff4b5c70 100644 --- a/meson.build +++ b/meson.build @@ -1,6 +1,7 @@ project( 'io.elementary.screenshot-tool', 'vala', 'c', - meson_version : '>= 0.43' + meson_version : '>= 0.43', + version: '0.1.5' ) i18n = import('i18n')