diff --git a/NEWS b/NEWS index 5e16fe85..9654892c 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,7 @@ +3.30.0 +====== +* Bump version + 3.29.91 ======= * Misc. bug fixes [Florian; #90] diff --git a/meson.build b/meson.build index 3a36c8e1..ef836e0a 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project('gnome-shell-extensions', - version: '3.29.91', + version: '3.30.0', meson_version: '>= 0.44.0', license: 'GPL2+' )