Skip to content

Commit e2edb4e

Browse files
committed
Correct UDF version number
1 parent 9e0bc7b commit e2edb4e

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
99

1010
Go to [legend](#legend---types-of-changes) for further information about the types of changes.
1111

12+
## [1.0.2] 2023-05-24
13+
14+
### Fixed
15+
16+
- Correct UDF version number
17+
1218
## [1.0.1] 2023-05-23
1319

1420
### Fixed
@@ -1094,7 +1100,8 @@ _WD_CapabilitiesDisplay
10941100
- Initial release
10951101

10961102

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
10981105
[1.0.1]: https://github.com/Danp2/au3WebDriver/compare/1.0.0...1.0.1
10991106
[1.0.0]: https://github.com/Danp2/au3WebDriver/compare/0.13.0...1.0.0
11001107
[0.13.0]: https://github.com/Danp2/au3WebDriver/compare/0.12.0...0.13.0

wd_core.au3

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@
6969
#EndRegion Many thanks to:
7070

7171
#Region Global Constants
72-
Global Const $__WDVERSION = "1.0.0"
72+
Global Const $__WDVERSION = "1.0.2"
7373

7474
Global Const $_WD_ELEMENT_ID = "element-6066-11e4-a52e-4f735466cecf"
7575
Global Const $_WD_SHADOW_ID = "shadow-6066-11e4-a52e-4f735466cecf"

0 commit comments

Comments
 (0)