Skip to content

Commit 9b52206

Browse files
committed
Chore: Version bump
1 parent 5f185ea commit 9b52206

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

wd_core.au3

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@
2727
; AutoIt Version : v3.3.14.5
2828
; ==============================================================================
2929
#cs
30+
3031
v0.2.0.9
3132
- Changed: _WD_Status now returns Dictionary object instead of raw JSON string
3233
- Changed: Add support for DebugTrim option to _WD_Option
@@ -227,7 +228,7 @@
227228
*
228229
* MIT License
229230
*
230-
* Copyright (c) 2018 Dan Pollak
231+
* Copyright (c) 2020 Dan Pollak
231232
*
232233
* Permission is hereby granted, free of charge, to any person obtaining a copy
233234
* of this software and associated documentation files (the "Software"), to deal
@@ -259,7 +260,7 @@
259260

260261

261262
#Region Global Constants
262-
Global Const $__WDVERSION = "0.2.0.9"
263+
Global Const $__WDVERSION = "0.3.0.1"
263264

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

0 commit comments

Comments
 (0)