diff --git a/NEWS b/NEWS index 564742ee..85f18abe 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,12 @@ +40.4 +==== +* drive-menu: Fix indicator visibility [Florian; !176] +* Use distinct gettext domain for e.g.o uploads [Florian; #335] + +Contributors: + Florian Müllner + + 40.3 ==== * drive-menu: Improve detection of network mounts [Florian; !27] diff --git a/meson.build b/meson.build index 7bd8116a..1ecdc71e 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project('gnome-shell-extensions', - version: '40.3', + version: '40.4', meson_version: '>= 0.44.0', license: 'GPL2+' )