From 913b2ba691cf58806283a2d3ef9a2c63a22e265c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Florian=20M=C3=BCllner?= Date: Tue, 4 Sep 2018 00:10:36 +0200 Subject: [PATCH] Bump version to 3.30.0 --- NEWS | 4 ++++ meson.build | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) 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+' )