There was an error while loading. Please reload this page.
1 parent aa1df8e commit aa4a191Copy full SHA for aa4a191
CHANGES
@@ -26,3 +26,4 @@
26
2019-01-17 1.15 - fix setting encoding
27
2020-04-29 1.16 - fix random trash in innerText in some cases
28
2020-12-12 1.17 - fix docs
29
+2020-12-12 1.18 - fix docs
lib/HTML5/DOM.pm
@@ -17,7 +17,7 @@ use HTML5::DOM::Collection;
17
use HTML5::DOM::CSS;
18
use HTML5::DOM::TokenList;
19
20
-our $VERSION = '1.17';
+our $VERSION = '1.18';
21
require XSLoader;
22
23
# https://developer.mozilla.org/pl/docs/Web/API/Element/nodeType
0 commit comments