diff --git a/data/net.sapples.LiveCaptions.appdata.xml.in b/data/net.sapples.LiveCaptions.appdata.xml.in index 1febd87..59ff0b3 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.3.1 + +

Fixed the history export file dialog

+
+
https://github.com/abb128/LiveCaptions/releases/tag/v0.3.0 diff --git a/src/common.h b/src/common.h index d808a91..e16be39 100644 --- a/src/common.h +++ b/src/common.h @@ -20,7 +20,7 @@ #define SWEAR_REPLACEMENT " [__]" -#define LIVECAPTIONS_VERSION "0.3.0" +#define LIVECAPTIONS_VERSION "0.3.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")