Skip to content

Commit

Permalink
update CHANGES & VERSION
Browse files Browse the repository at this point in the history
  • Loading branch information
Azq2 committed Apr 29, 2020
1 parent ff3fd74 commit 9e7d408
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion CHANGES
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,5 @@
- added parseChunkTree function for getting temporary tree when parsing by chunks.
- some fixes (encoding value parsing in options)
2019-01-17 1.14 - fix docs
2019-01-17 1.14 - fix setting encoding
2019-01-17 1.15 - fix setting encoding
2019-01-17 1.16 - fix random trash in innerText in some cases
2 changes: 1 addition & 1 deletion lib/HTML5/DOM.pm
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ use HTML5::DOM::Collection;
use HTML5::DOM::CSS;
use HTML5::DOM::TokenList;

our $VERSION = '1.15';
our $VERSION = '1.16';
require XSLoader;

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

0 comments on commit 9e7d408

Please sign in to comment.