[four-in-a-row] Prepare 3.36.0.



commit 2356dc18757669474f1d09cdfd4b9ee1e66305ed
Author: Arnaud Bonatti <arnaud bonatti gmail com>
Date:   Tue Mar 10 00:44:38 2020 +0100

    Prepare 3.36.0.

 NEWS                                        | 17 +++++++++++++++++
 data/org.gnome.Four-in-a-row.appdata.xml.in |  2 +-
 meson.build                                 |  2 +-
 3 files changed, 19 insertions(+), 2 deletions(-)
---
diff --git a/NEWS b/NEWS
index c44af2e..a8df300 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,20 @@
+3.36.0 - March 10, 2020
+=============================
+
+Here is a new stable release! This cycle has seen the
+complete update of the application, including the new
+start-game screen, the removing of Preferences dialog
+replaced by options in the main menu, the small delay
+before computer moves, and other. Good play everyone!
+
+Translations updated (since 3.35.92):
+  Catalan: Jordi Mas
+  Czech: Marek Černocký (help)
+  Dutch: Nathan Follens
+  German: Tim Sabsch
+  Italian: Milo Casagrande
+  Polish: Piotr Drąg
+
 3.35.92 - March 2, 2020
 =============================
 
diff --git a/data/org.gnome.Four-in-a-row.appdata.xml.in b/data/org.gnome.Four-in-a-row.appdata.xml.in
index e4d503d..3e1a5c9 100644
--- a/data/org.gnome.Four-in-a-row.appdata.xml.in
+++ b/data/org.gnome.Four-in-a-row.appdata.xml.in
@@ -66,7 +66,7 @@
 
   ​<releases>
     <!-- should be kept in versionning inverted order -->
+    <release version="3.36.0" date="2020-03-10" type="stable" urgency="medium"/>
   ​  <release version="3.35.92" date="2020-03-02" type="development" urgency="low"/>
-    <release version="3.34.4" date="2020-02-14" type="stable" urgency="medium"/>
   </releases>
 </component>
diff --git a/meson.build b/meson.build
index 1fac7ff..8c8cb2b 100644
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,5 @@
 project('four-in-a-row', 'c', 'vala',
-    version: '3.35.92'
+    version: '3.36.0'
 )
 
 project_id = 'org.gnome.Four-in-a-row'


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