Skip to content

Commit

Permalink
Updated version
Browse files Browse the repository at this point in the history
  • Loading branch information
markqvist committed Oct 6, 2024
1 parent 86c3b18 commit 5e15c43
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion sbapp/main.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
__debug_build__ = False
__disable_shaders__ = False
__version__ = "1.1.0"
__version__ = "1.1.1"
__variant__ = ""

import sys
Expand Down
2 changes: 1 addition & 1 deletion sbapp/sideband/core.py
Original file line number Diff line number Diff line change
Expand Up @@ -4445,7 +4445,7 @@ def start(self):
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:
Expand Down

0 comments on commit 5e15c43

Please sign in to comment.