diff --git a/YAGS/YAGS.ahk b/YAGS/YAGS.ahk index 9f6b769..08f2583 100644 --- a/YAGS/YAGS.ahk +++ b/YAGS/YAGS.ahk @@ -18,7 +18,7 @@ A_HotkeyInterval := 0 ; Disable delay between hotkeys to allow many at once Thread "interrupt", 0 ; Make all threads always-interruptible SetTitleMatchMode "RegEx" ; Allow matching title by regex (to support multiple versions) -Global ScriptVersion := "1.1.5-dev" +Global ScriptVersion := "1.1.5"