[recipes] 0.14.2



commit ace1496a5a23a9667df0161d23bad8ccd97f684f
Author: Matthias Clasen <mclasen redhat com>
Date:   Mon Feb 20 08:19:36 2017 -0500

    0.14.2
    
    Fix some problems with 0.14.0

 configure.ac                                  |    2 +-
 data/appdata/org.gnome.Recipes.appdata.xml.in |   17 +++++++++--------
 2 files changed, 10 insertions(+), 9 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 5480d12..28d0861 100644
--- a/configure.ac
+++ b/configure.ac
@@ -6,7 +6,7 @@ dnl Define Versioning Information
 dnl ***********************************************************************
 m4_define([major_version],[0])
 m4_define([minor_version],[14])
-m4_define([micro_version],[1])
+m4_define([micro_version],[2])
 m4_define([package_version],[major_version.minor_version.micro_version])
 m4_define([bug_report_url],[https://bugzilla.gnome.org/enter_bug.cgi?product=recipes])
 m4_define([api_version],[major_version])
diff --git a/data/appdata/org.gnome.Recipes.appdata.xml.in b/data/appdata/org.gnome.Recipes.appdata.xml.in
index 6862a26..013ae2f 100644
--- a/data/appdata/org.gnome.Recipes.appdata.xml.in
+++ b/data/appdata/org.gnome.Recipes.appdata.xml.in
@@ -26,24 +26,24 @@
       <caption>The cuisines page</caption>
     </screenshot>
     <screenshot>
-      <image>https://git.gnome.org/browse/recipes/plain/data/appdata/cuisine.png</image>
-      <caption>An individual cuisine</caption>
+      <image>https://git.gnome.org/browse/recipes/plain/data/appdata/cook-later.png</image>
+      <caption>A shopping list</caption>
     </screenshot>
     <screenshot>
-      <image>https://git.gnome.org/browse/recipes/plain/data/appdata/details.png</image>
-      <caption>An individual recipe</caption>
+      <image>https://git.gnome.org/browse/recipes/plain/data/appdata/cooking.png</image>
+      <caption>Cooking a recipe</caption>
     </screenshot>
     <screenshot>
       <image>https://git.gnome.org/browse/recipes/plain/data/appdata/edit.png</image>
       <caption>Editing a recipe</caption>
     </screenshot>
     <screenshot>
-      <image>https://git.gnome.org/browse/recipes/plain/data/appdata/cook-later.png</image>
-      <caption>A shopping list</caption>
+      <image>https://git.gnome.org/browse/recipes/plain/data/appdata/details.png</image>
+      <caption>An individual recipe</caption>
     </screenshot>
     <screenshot>
-      <image>https://git.gnome.org/browse/recipes/plain/data/appdata/cooking.png</image>
-      <caption>Cooking a recipe</caption>
+      <image>https://git.gnome.org/browse/recipes/plain/data/appdata/cuisine.png</image>
+      <caption>An individual cuisine</caption>
     </screenshot>
   </screenshots>
   <releases>
@@ -59,6 +59,7 @@
           <li>Add a missing file, cuisine.css.in</li>
           <li>Some stylistic improvements to contributed recipes</li>
           <li>Several minor bug fixes</li>
+          <li>More contributed recipes</li>
         </ul>
       </description>
     </release>


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