diff --git a/glade/about.glade b/glade/about.glade index 89826e7f..3f7af597 100644 --- a/glade/about.glade +++ b/glade/about.glade @@ -1,5 +1,5 @@ - + @@ -116,12 +116,11 @@ Source code available on <a href="http://github.com/kozec/syncthing-gtk">G I'd like to express my biggest thanks for all my <b><a href="https://www.patreon.com/kozec">Patreon</a></b> supporters, with special mention of -<b>Deryn L.</b> -<b>Enric Morales</b> -<b>G. Wilson</b> -<b>Joshua M</b> +<b>Eric Duhamel</b> +<b>Guido Haag</b> <b>Lutris</b> -<b>Orivej Desh</b> +<b>G. Wilson</b> +<b>Richard Buchanan II</b> and <b>Taowa</b> diff --git a/syncthing_gtk/app.py b/syncthing_gtk/app.py index 2e416bae..17ff4900 100644 --- a/syncthing_gtk/app.py +++ b/syncthing_gtk/app.py @@ -39,7 +39,7 @@ log = logging.getLogger("App") # Internal version used by updater (if enabled) -INTERNAL_VERSION = "v0.9.4" +INTERNAL_VERSION = "v0.9.4.1" # Minimal Syncthing version supported by App MIN_ST_VERSION = "0.14.48"