Bump version master
Matt S Trout [Mon, 1 Aug 2016 16:10:48 +0000 (16:10 +0000)]
lib/DOM/Tiny.pm
lib/DOM/Tiny/Entities.pm

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