We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 86c3b18 commit 5e15c43Copy full SHA for 5e15c43
sbapp/main.py
@@ -1,6 +1,6 @@
1
__debug_build__ = False
2
__disable_shaders__ = False
3
-__version__ = "1.1.0"
+__version__ = "1.1.1"
4
__variant__ = ""
5
6
import sys
sbapp/sideband/core.py
@@ -4445,7 +4445,7 @@ def start(self):
4445
thread.start()
4446
4447
self.setstate("core.started", True)
4448
- RNS.log("Sideband Core "+str(self)+" version "+str(self.version_str)+" started")
+ RNS.log("Sideband Core "+str(self)+" "+str(self.version_str)+" started")
4449
4450
def stop_webshare(self):
4451
if self.webshare_server != None:
0 commit comments