Skip to content

Commit a3a5f95

Browse files
committed
up
1 parent 656c142 commit a3a5f95

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
@@ -33,3 +33,4 @@
3333
- added regexp/callback support to $collection->first
3434
- update modest
3535
2021-06-26 1.20 - fix link to issues
36+
2021-06-26 1.21 - fix link to issues

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.20';
20+
our $VERSION = '1.21';
2121
require XSLoader;
2222

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

0 commit comments

Comments
 (0)