summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS12
-rw-r--r--meson.build2
2 files changed, 13 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 945cc6a7..752ca629 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,16 @@
===============
+Version 3.31.91
+===============
+- Translation updates
+
+Media-keys:
+- Ignore key repeat on certain shortcuts (Needs up-to-date
+ mutter and gnome-shell)
+
+Housekeeping:
+- Fix overflow
+
+===============
Version 3.31.90
===============
- Translation updates
diff --git a/meson.build b/meson.build
index 29c9ca22..075091e6 100644
--- a/meson.build
+++ b/meson.build
@@ -1,6 +1,6 @@
project(
'gnome-settings-daemon', 'c',
- version: '3.31.90',
+ version: '3.31.91',
license: [ 'GPL2+', 'LGPLv2+' ],
meson_version: '>= 0.44.0'
)