File tree Expand file tree Collapse file tree 2 files changed +9
-2
lines changed Expand file tree Collapse file tree 2 files changed +9
-2
lines changed Original file line number Diff line number Diff line change @@ -9,6 +9,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
9
9
10
10
Go to [ legend] ( #legend---types-of-changes ) for further information about the types of changes.
11
11
12
+ ## [ 1.0.2] 2023-05-24
13
+
14
+ ### Fixed
15
+
16
+ - Correct UDF version number
17
+
12
18
## [ 1.0.1] 2023-05-23
13
19
14
20
### Fixed
@@ -1094,7 +1100,8 @@ _WD_CapabilitiesDisplay
1094
1100
- Initial release
1095
1101
1096
1102
1097
- [ Unreleased ] : https://github.com/Danp2/au3WebDriver/compare/1.0.1...HEAD
1103
+ [ Unreleased ] : https://github.com/Danp2/au3WebDriver/compare/1.0.2...HEAD
1104
+ [ 1.0.2 ] : https://github.com/Danp2/au3WebDriver/compare/1.0.1...1.0.2
1098
1105
[ 1.0.1 ] : https://github.com/Danp2/au3WebDriver/compare/1.0.0...1.0.1
1099
1106
[ 1.0.0 ] : https://github.com/Danp2/au3WebDriver/compare/0.13.0...1.0.0
1100
1107
[ 0.13.0 ] : https://github.com/Danp2/au3WebDriver/compare/0.12.0...0.13.0
Original file line number Diff line number Diff line change 69
69
#EndRegion Many thanks to:
70
70
71
71
#Region Global Constants
72
- Global Const $__WDVERSION = " 1.0.0 "
72
+ Global Const $__WDVERSION = " 1.0.2 "
73
73
74
74
Global Const $_WD_ELEMENT_ID = " element-6066-11e4-a52e-4f735466cecf"
75
75
Global Const $_WD_SHADOW_ID = " shadow-6066-11e4-a52e-4f735466cecf"
You can’t perform that action at this time.
0 commit comments