From 9e976f06b4e2395a671ee5a46c5a07805b7e164b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Florian=20M=C3=BCllner?= Date: Mon, 5 Oct 2020 20:43:21 +0200 Subject: [PATCH] Bump version to 3.38.1 Update NEWS. --- NEWS | 10 ++++++++++ meson.build | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 44c98a9a..434dcd45 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,13 @@ +3.38.1 +====== + +Contributors: + Yacine Bouklif, Florian Müllner + +Translators: + Yacine Bouklif [kab], Cheng-Chia Tseng [zh_TW], Stas Solovey [ru], + Yosef Or Boczko [he] + 3.38.0 ====== diff --git a/meson.build b/meson.build index a72b7881..f07b82ed 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project('gnome-shell-extensions', - version: '3.38.0', + version: '3.38.1', meson_version: '>= 0.44.0', license: 'GPL2+' )