Skip to content

Commit

Permalink
Bump to 1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshStrobl committed Oct 16, 2023
1 parent 9595259 commit e22d034
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(
'budgie-desktop-view',
['c', 'vala'],
version: '1.2.1',
version: '1.3',
license: [ 'Apache-2.0' ],
default_options: [
'b_lto=false',
Expand Down
2 changes: 1 addition & 1 deletion scripts/updatePot.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

function do_gettext()
{
xgettext --package-name=budgie-desktop-view --package-version=1.2.1 $* --default-domain=budgie-desktop-view --join-existing --from-code=UTF-8 --no-wrap
xgettext --package-name=budgie-desktop-view --package-version=1.3 $* --default-domain=budgie-desktop-view --join-existing --from-code=UTF-8 --no-wrap
}

function do_intltool()
Expand Down

0 comments on commit e22d034

Please sign in to comment.