diff --git a/sbapp/main.py b/sbapp/main.py index e70df27..4a222e9 100644 --- a/sbapp/main.py +++ b/sbapp/main.py @@ -1,6 +1,6 @@ __debug_build__ = False __disable_shaders__ = False -__version__ = "1.1.0" +__version__ = "1.1.1" __variant__ = "" import sys diff --git a/sbapp/sideband/core.py b/sbapp/sideband/core.py index 359eedb..00eaa4e 100644 --- a/sbapp/sideband/core.py +++ b/sbapp/sideband/core.py @@ -4445,7 +4445,7 @@ class SidebandCore(): thread.start() self.setstate("core.started", True) - RNS.log("Sideband Core "+str(self)+" version "+str(self.version_str)+" started") + RNS.log("Sideband Core "+str(self)+" "+str(self.version_str)+" started") def stop_webshare(self): if self.webshare_server != None: