diff --git a/main.py b/main.py index 0dc88f4..cffdaac 100644 --- a/main.py +++ b/main.py @@ -245,7 +245,7 @@ def ssdpServerProcess(address, port, uuid): LISTEN_ADDY = "0.0.0.0" LISTEN_PORT = "6077" - CURRENT_VERSION = "0.4.1" + CURRENT_VERSION = "0.4.2" DEVICE_UUID = "12345678" CONCURRENT_LISTENERS = 10