From 3e5888a0bc1b1894f235594398f9bf4be6a130bc Mon Sep 17 00:00:00 2001 From: Pavel Baksy Date: Tue, 10 Feb 2026 23:53:29 +0100 Subject: [PATCH] Bump version to 0.8.3 --- cz.bugsy.roster.flathub.json | 2 +- meson.build | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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', ], )