Skip to content

Commit 096c522

Browse files
committed
Chore: Version bump
1 parent 4b438b0 commit 096c522

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

wd_core.au3

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,11 @@
2727
; AutoIt Version : v3.3.14.5
2828
; ==============================================================================
2929
#cs
30+
v0.3.0.2
31+
- Fixed: WinHTTP timeout coding
32+
- Changed (_WD_Option): Add support for DriverDetect option
33+
- Changed (_WD_Startup): Respect DriverDetect setting
34+
3035
v0.3.0.1
3136
- Changed (_WD_Window): Add support for New option
3237
- Changed (_WD_Window): Add support for Print option
@@ -265,7 +270,7 @@
265270

266271

267272
#Region Global Constants
268-
Global Const $__WDVERSION = "0.3.0.1"
273+
Global Const $__WDVERSION = "0.3.0.2"
269274

270275
Global Const $_WD_ELEMENT_ID = "element-6066-11e4-a52e-4f735466cecf"
271276
Global Const $_WD_EmptyDict = "{}"

0 commit comments

Comments
 (0)