[gnome-notes] Bump 3.31.1.1 release



commit 33a2ee939894c60b3d574c662de7e57f637174de
Author: Isaque Galdino <igaldino gmail com>
Date:   Mon Oct 8 23:28:49 2018 -0300

    Bump 3.31.1.1 release

 NEWS                                        | 5 +++++
 data/appdata/org.gnome.Notes.appdata.xml.in | 9 ++++++++-
 meson.build                                 | 2 +-
 3 files changed, 14 insertions(+), 2 deletions(-)
---
diff --git a/NEWS b/NEWS
index 1be2168..44662f5 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,8 @@
+Overview of changes in 3.31.1.1
+===============================
+
+* Fix typo in appdata release section (Isaque Galdino)
+
 Overview of changes in 3.31.1
 =============================
 
diff --git a/data/appdata/org.gnome.Notes.appdata.xml.in b/data/appdata/org.gnome.Notes.appdata.xml.in
index 2268112..5d59ec5 100644
--- a/data/appdata/org.gnome.Notes.appdata.xml.in
+++ b/data/appdata/org.gnome.Notes.appdata.xml.in
@@ -39,6 +39,14 @@
   </screenshots>
 
   <releases>
+    <release date="2018-10-08" version="3.31.1.1">
+      <description>
+        <p>This release brings the following new features and improvements:</p>
+        <ul>
+          <li>Fix typo in appdata release section</li>
+        </ul>
+      </description>
+    </release>
     <release date="2018-10-08" version="3.31.1">
       <description>
         <p>This release brings the following new features and improvements:</p>
@@ -85,7 +93,6 @@
         <p>Thanks to all the contributors that worked on GNOME Notes!</p>
       </description>
     </release>
-  <releases>
     <release date="2018-07-20" version="3.29.4">
       <description>
         <p>This release brings the following new features and improvements:</p>
diff --git a/meson.build b/meson.build
index 6a8fc0c..2ef08a2 100644
--- a/meson.build
+++ b/meson.build
@@ -1,6 +1,6 @@
 project(
   'bijiben', 'c',
-  version: '3.31.1',
+  version: '3.31.1.1',
   license: 'GPL3',
   default_options: 'buildtype=debugoptimized',
   meson_version: '>= 0.43.0'


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