From 098dd95845e3c3476b4d80e40fdfe6e327096923 Mon Sep 17 00:00:00 2001 From: PhysShell <45852143+PhysShell@users.noreply.github.com> Date: Sat, 13 Dec 2025 03:46:28 +0000 Subject: [PATCH] chore: update UIA.ahk to latest fork main --- Lib/UIA.ahk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Lib/UIA.ahk b/Lib/UIA.ahk index b220cc5..e78c0e5 100644 --- a/Lib/UIA.ahk +++ b/Lib/UIA.ahk @@ -50,7 +50,7 @@ if !A_IsCompiled && A_LineFile = A_ScriptFullPath class UIA { ; Semantic version of the UIA library -static Version => "1.1.1" +static Version => "1.1.2" /** * First use of UIA variable initiates UIA, UIA.IUIAutomationVersion, UIA.TrueCondition and * UIA.TreeWalkerTrue. Also enables screen reader with SPI_SETSCREENREADER.