diff --git a/cz.bugsy.roster.flathub.json b/cz.bugsy.roster.flathub.json index 13118cb..764fdd7 100644 --- a/cz.bugsy.roster.flathub.json +++ b/cz.bugsy.roster.flathub.json @@ -31,7 +31,7 @@ { "type": "git", "url": "https://git.bugsy.cz/beval/roster.git", - "tag": "v0.8.2" + "tag": "v0.8.3" } ] } diff --git a/meson.build b/meson.build index 15043d3..4432a57 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project('roster', - version: '0.8.2', + version: '0.8.3', meson_version: '>= 1.0.0', default_options: [ 'warning_level=2', 'werror=false', ], )