From 90f769f3225a02443ec032a2a6c29496ed64fc41 Mon Sep 17 00:00:00 2001 From: SoSeDiK Date: Mon, 25 Dec 2023 15:54:59 +0200 Subject: [PATCH] Bump version --- YAGS/YAGS.ahk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"