summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS7
-rw-r--r--meson.build2
2 files changed, 8 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 988b62e2..0846bc35 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,11 @@
==============
+Version 3.31.4
+==============
+
+- Fix some thumbnailer sandboxing issues
+- Translation updates
+
+==============
Version 3.31.3
==============
diff --git a/meson.build b/meson.build
index 44f73d7d..ffa66654 100644
--- a/meson.build
+++ b/meson.build
@@ -1,6 +1,6 @@
project('gnome-desktop', 'c',
meson_version: '>= 0.47.0',
- version: '3.31.3',
+ version: '3.31.4',
license: ['GPL2+', 'LGPL2+']
)