Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Lib/UIA.ahk
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down