diff --git a/smart_replays.py b/smart_replays.py index ecf6203..d4ec6eb 100644 --- a/smart_replays.py +++ b/smart_replays.py @@ -174,7 +174,7 @@ def close(self): # ------------- OBS Script ---------------- -VERSION = "1.0.1" +VERSION = "1.0.2" OBS_VERSION_STRING = obs.obs_get_version_string() OBS_VERSION = [int(i) for i in OBS_VERSION_STRING.split('.')] FORCE_MODE_LOCK = Lock()