diff --git a/META.json b/META.json index 41fcb340..4dbfbc64 100644 --- a/META.json +++ b/META.json @@ -52,6 +52,6 @@ "web" : "https://github.com/pmqs/IO-Compress" } }, - "version" : "2.105", + "version" : "2.106", "x_serialization_backend" : "JSON::PP version 2.97001" } diff --git a/META.yml b/META.yml index 48494cd6..7a4dd329 100644 --- a/META.yml +++ b/META.yml @@ -24,5 +24,5 @@ resources: bugtracker: https://github.com/pmqs/zipdetails/issues homepage: https://github.com/pmqs/zipdetails repository: git://github.com/pmqs/zipdetails.git -version: '2.105' +version: '2.106' x_serialization_backend: 'CPAN::Meta::YAML version 0.018' diff --git a/bin/zipdetails b/bin/zipdetails index 926fe515..bfe4b4bc 100755 --- a/bin/zipdetails +++ b/bin/zipdetails @@ -26,7 +26,7 @@ use IO::File; use Encode; use Getopt::Long; -my $VERSION = "2.105" ; +my $VERSION = "2.106" ; use constant MAX32 => 0xFFFFFFFF ; diff --git a/lib/App/zipdetails.pm b/lib/App/zipdetails.pm index 217c61da..62230c2b 100644 --- a/lib/App/zipdetails.pm +++ b/lib/App/zipdetails.pm @@ -1,6 +1,6 @@ package App::zipdetails; -our $VERSION = 2.105 ; +our $VERSION = 2.106 ; =head1 NAME