summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS16
-rw-r--r--meson.build2
2 files changed, 17 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 3070105c..6a03d267 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,19 @@
+3.31.3 - Dec 10, 2018
+=========================
+
+Changes since 3.31.2
+ - Fix loading contact's adresses with newer GJS
+ - Fix some array-related GJS deprecation warnings
+
+Added/updated/fixed translations
+ - Spanish
+
+All contributors to this release
+Daniel Mustieles <daniel.mustieles.contractor@bbva.com>
+Jakub Steiner <jimmac@gmail.com>
+James Westman <flyingpimonster@flyingpimonster.net>
+Marcus Lundblad <ml@update.uu.se>
+
3.31.2 - Nov 12, 2018
=========================
diff --git a/meson.build b/meson.build
index 9fee0125..ec0d302b 100644
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,5 @@
project('gnome-maps', 'c',
- version: '3.31.2',
+ version: '3.31.3',
license: 'GPL2+'
)