Skip to content

Commit aa4a191

Browse files
committed
version up
1 parent aa1df8e commit aa4a191

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGES

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,3 +26,4 @@
2626
2019-01-17 1.15 - fix setting encoding
2727
2020-04-29 1.16 - fix random trash in innerText in some cases
2828
2020-12-12 1.17 - fix docs
29+
2020-12-12 1.18 - fix docs

lib/HTML5/DOM.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ use HTML5::DOM::Collection;
1717
use HTML5::DOM::CSS;
1818
use HTML5::DOM::TokenList;
1919

20-
our $VERSION = '1.17';
20+
our $VERSION = '1.18';
2121
require XSLoader;
2222

2323
# https://developer.mozilla.org/pl/docs/Web/API/Element/nodeType

0 commit comments

Comments
 (0)