[recipes] 1.6.2



commit 000c144f5898eb8ad37a0d783d5a1f7bb0a5228d
Author: Matthias Clasen <mclasen redhat com>
Date:   Wed Jul 26 08:06:14 2017 -0400

    1.6.2

 data/appdata/org.gnome.Recipes.appdata.xml.in |   11 +++++++++++
 meson.build                                   |    2 +-
 2 files changed, 12 insertions(+), 1 deletions(-)
---
diff --git a/data/appdata/org.gnome.Recipes.appdata.xml.in b/data/appdata/org.gnome.Recipes.appdata.xml.in
index fe4b3c4..a343dd5 100644
--- a/data/appdata/org.gnome.Recipes.appdata.xml.in
+++ b/data/appdata/org.gnome.Recipes.appdata.xml.in
@@ -59,6 +59,17 @@
     </screenshot>
   </screenshots>
   <releases>
+    <release version="1.6.2"  date="2017-07-26">
+      <description>
+        <p>
+          A quick follow-up release to fix some issues.
+        </p>
+        <ul>
+          <li>Avoid a crash when editing ingredients</li>
+          <li>Use better glyphs as markers in instructions</li>
+        </ul>
+      </description>
+    </release>
     <release version="1.6.0"  date="2017-07-26">
       <description>
         <p>
diff --git a/meson.build b/meson.build
index 4a1e408..50baefb 100644
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,5 @@
 project('gnome-recipes', 'c',
-        version: '1.6.0',
+        version: '1.6.2',
         meson_version : '>=0.36.0')
 
 i18n = import('i18n')


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]