Skip to content

Commit bcc8c7b

Browse files
committed
v1.0.3
1 parent 114edc7 commit bcc8c7b

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

CHANGELOG.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ 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-
## [Unreleased]
12+
## [1.0.3] 2023-05-29
1313

1414
### Fixed
1515

@@ -1108,7 +1108,8 @@ _WD_CapabilitiesDisplay
11081108
- Initial release
11091109

11101110

1111-
[Unreleased]: https://github.com/Danp2/au3WebDriver/compare/1.0.2...HEAD
1111+
[Unreleased]: https://github.com/Danp2/au3WebDriver/compare/1.0.3...HEAD
1112+
[1.0.3]: https://github.com/Danp2/au3WebDriver/compare/1.0.2...1.0.3
11121113
[1.0.2]: https://github.com/Danp2/au3WebDriver/compare/1.0.1...1.0.2
11131114
[1.0.1]: https://github.com/Danp2/au3WebDriver/compare/1.0.0...1.0.1
11141115
[1.0.0]: https://github.com/Danp2/au3WebDriver/compare/0.13.0...1.0.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.2"
72+
Global Const $__WDVERSION = "1.0.3"
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)