Skip to content

Commit

Permalink
Tag 0.6.1 for updated translations.
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshStrobl committed Sep 7, 2019
1 parent 4f24ad5 commit b73aa66
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion meson.build
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
project(
'brisk-menu',
['c'],
version: '0.6.0',
version: '0.6.1',
license: [
'GPL-2.0',
'CC-BY-SA-4.0',
Expand Down
2 changes: 1 addition & 1 deletion updatePot.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

function do_gettext()
{
xgettext --package-name=brisk-menu --package-version=0.6.0 $* --default-domain=brisk-menu --join-existing --from-code=UTF-8 --no-wrap --keyword=_
xgettext --package-name=brisk-menu --package-version=0.6.1 $* --default-domain=brisk-menu --join-existing --from-code=UTF-8 --no-wrap --keyword=_
}

function do_intltool()
Expand Down

0 comments on commit b73aa66

Please sign in to comment.