diff --git a/CHANGES b/CHANGES index 3e82c2c..fa136f2 100644 --- a/CHANGES +++ b/CHANGES @@ -31,3 +31,5 @@ - fix bugtracker url - new collection methods: uniq, grep, head, tail, slice, shuffle, reverse - added regexp/callback support to $collection->first + - update modest +2020-12-12 1.20 - fix link to issues diff --git a/Makefile.PL b/Makefile.PL index f1fa345..7ed0e55 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -65,9 +65,9 @@ WriteMakefile( repository => { type => 'git', url => 'https://github.com/Azq2/perl-html5-dom.git', - web => 'https://github.com/Azq2/perl-html5-dom', - bugtracker => 'https://github.com/Azq2/perl-html5-dom/issues' + web => 'https://github.com/Azq2/perl-html5-dom' }, + bugtracker => 'https://github.com/Azq2/perl-html5-dom/issues' }}) : () ), ); diff --git a/lib/HTML5/DOM.pm b/lib/HTML5/DOM.pm index cd64da9..253b564 100644 --- a/lib/HTML5/DOM.pm +++ b/lib/HTML5/DOM.pm @@ -17,7 +17,7 @@ use HTML5::DOM::Collection; use HTML5::DOM::CSS; use HTML5::DOM::TokenList; -our $VERSION = '1.19'; +our $VERSION = '1.20'; require XSLoader; # https://developer.mozilla.org/pl/docs/Web/API/Element/nodeType