From df0540a20c7122b8d4e663c8a60008e82533846f Mon Sep 17 00:00:00 2001 From: abb128 <65567823+abb128@users.noreply.github.com> Date: Fri, 22 Sep 2023 17:30:33 +0300 Subject: [PATCH] Update to v0.4.1 --- data/net.sapples.LiveCaptions.appdata.xml.in | 6 ++++++ src/common.h | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/data/net.sapples.LiveCaptions.appdata.xml.in b/data/net.sapples.LiveCaptions.appdata.xml.in index 5e9bbc2..ff03ab3 100644 --- a/data/net.sapples.LiveCaptions.appdata.xml.in +++ b/data/net.sapples.LiveCaptions.appdata.xml.in @@ -45,6 +45,12 @@ + + https://github.com/abb128/LiveCaptions/releases/tag/v0.4.1 + +

Minor update to GNOME Runtime and library

+
+
https://github.com/abb128/LiveCaptions/releases/tag/v0.4.0 diff --git a/src/common.h b/src/common.h index 69244ff..20ac8be 100644 --- a/src/common.h +++ b/src/common.h @@ -20,7 +20,7 @@ #define SWEAR_REPLACEMENT " [__]" -#define LIVECAPTIONS_VERSION "0.4.0" +#define LIVECAPTIONS_VERSION "0.4.1" #define MINIMUM_BENCHMARK_RESULT (0.6) #define GET_MODEL_PATH() (getenv("APRIL_MODEL_PATH") == NULL) ? "/app/LiveCaptions/models/aprilv0_en-us.april" : getenv("APRIL_MODEL_PATH")