From 084741774574b117bd6484deab51316e4de25b41 Mon Sep 17 00:00:00 2001 From: Dallas Strouse <93224879+orowith2os@users.noreply.github.com> Date: Mon, 21 Aug 2023 01:00:02 -0500 Subject: [PATCH] 51.8 (#3048) --- VERSION | 2 +- data/com.usebottles.bottles.metainfo.xml.in | 5 +++++ meson.build | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/VERSION b/VERSION index 326df24504..3fc288b526 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -51.6 +51.8 diff --git a/data/com.usebottles.bottles.metainfo.xml.in b/data/com.usebottles.bottles.metainfo.xml.in index b81d71c1cf..b50863d19a 100644 --- a/data/com.usebottles.bottles.metainfo.xml.in +++ b/data/com.usebottles.bottles.metainfo.xml.in @@ -63,6 +63,11 @@ 768 + + +

A few bug fixes

+
+
diff --git a/meson.build b/meson.build index b6d27c6fe6..1949fcccd5 100644 --- a/meson.build +++ b/meson.build @@ -1,6 +1,6 @@ project( 'bottles', - version: '51.6', + version: '51.8', meson_version: '>= 0.59.0', default_options: [ 'warning_level=2',