From a4c9b0c46ebcce1decb1b2a2050d9babba025150 Mon Sep 17 00:00:00 2001 From: Bruno Nova <4999472+brunonova@users.noreply.github.com> Date: Sat, 12 Jan 2019 19:40:22 +0000 Subject: [PATCH] Bump version to 1.1.9 --- NEWS | 6 ++++++ generate-pot-file.sh | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index badd363..03e5488 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,9 @@ +v1.1.9 +------ + +* Updated Belarusian translation (thanks Максім Крапіўка) + + v1.1.8 ------ diff --git a/generate-pot-file.sh b/generate-pot-file.sh index d04b925..346aaa3 100755 --- a/generate-pot-file.sh +++ b/generate-pot-file.sh @@ -4,7 +4,7 @@ FILEPATH="$(readlink -f "$0")" DIR="$(dirname "$FILEPATH")" cd "$DIR" xgettext --package-name=nautilus-admin \ - --package-version=1.1.8 \ + --package-version=1.1.9 \ --copyright-holder='Bruno Nova' \ --msgid-bugs-address='https://github.com/brunonova/nautilus-admin/issues' \ -cTRANSLATORS \