summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefano Facchini <stefano.facchini@gmail.com>2018-11-12 14:43:26 +0100
committerStefano Facchini <stefano.facchini@gmail.com>2018-11-12 14:43:26 +0100
commit790d8b419937869b8b445d038408150a0421cd42 (patch)
treedbbf3862d3385c26ce60b5e9381fe6068fcec6a8
parentd77a62cdbd3023f9db27aee5efcc93a222469a7e (diff)
downloadbaobab-790d8b419937869b8b445d038408150a0421cd42.tar.gz
Release 3.31.13.31.1
-rw-r--r--NEWS10
-rw-r--r--meson.build2
2 files changed, 11 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index f4f816d..1aa45e3 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,13 @@
+3.31.1
+======
+
+ * Use new icon design
+ * Add flatpak manifest
+ * Show a notification when scan is complete
+ * Remove the application menu
+ * Add Keyboard Shortcuts window and improve shortcuts
+ * Updated translations (be, cs, ml, sl)
+
3.30.0
======
diff --git a/meson.build b/meson.build
index d74f0c3..65a2db5 100644
--- a/meson.build
+++ b/meson.build
@@ -1,6 +1,6 @@
project(
'baobab', ['vala', 'c'],
- version: '3.30.0',
+ version: '3.31.1',
license: 'GPL2+',
meson_version: '>= 0.41.0',
)