diff --git a/about.glade b/about.glade index 8f935e97..85cad9de 100644 --- a/about.glade +++ b/about.glade @@ -117,8 +117,10 @@ 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>Taowa</b> and -<b>Enric Morales</b> +<b>ambidot</b> True center 0 @@ -155,5 +157,8 @@ See the <a href="http://www.gnu.org/licenses/old-licenses/gpl-2.0.html">GN + + + diff --git a/syncthing_gtk/app.py b/syncthing_gtk/app.py index e0fa5569..508c5c9c 100644 --- a/syncthing_gtk/app.py +++ b/syncthing_gtk/app.py @@ -35,7 +35,7 @@ log = logging.getLogger("App") # Internal version used by updater (if enabled) -INTERNAL_VERSION = "v0.9.2.6" +INTERNAL_VERSION = "v0.9.2.7" # Minimal Syncthing version supported by App MIN_ST_VERSION = "0.13.0"