Bump version
Matt S Trout [Sun, 10 Apr 2016 15:09:18 +0000 (15:09 +0000)]
lib/DOM/Tiny.pm
lib/DOM/Tiny/Entities.pm

index 6ccba6f..ceb1eef 100644 (file)
@@ -4,7 +4,7 @@ use strict;
 use warnings;
 use base qw(Mojo::DOM58);
 
-our $VERSION = '0.004';
+our $VERSION = '0.005';
 
 1;
 
index a5b9c06..5214561 100644 (file)
@@ -5,7 +5,7 @@ use warnings;
 use Exporter 'import';
 use Mojo::DOM58::Entities qw(html_escape html_unescape);
 
-our $VERSION = '0.004';
+our $VERSION = '0.005';
 
 our @EXPORT_OK = qw(html_escape html_unescape);