Skip to content

Commit

Permalink
2.105
Browse files Browse the repository at this point in the history
  • Loading branch information
pmqs committed Apr 15, 2022
1 parent 6f4aa95 commit cf5bfce
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion META.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,6 @@
"web" : "https://github.com/pmqs/IO-Compress"
}
},
"version" : "2.104",
"version" : "2.105",
"x_serialization_backend" : "JSON::PP version 2.97001"
}
2 changes: 1 addition & 1 deletion META.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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.104'
version: '2.105'
x_serialization_backend: 'CPAN::Meta::YAML version 0.018'
2 changes: 1 addition & 1 deletion bin/zipdetails
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ use IO::File;
use Encode;
use Getopt::Long;

my $VERSION = "2.104" ;
my $VERSION = "2.105" ;

use constant MAX32 => 0xFFFFFFFF ;

Expand Down
2 changes: 1 addition & 1 deletion lib/App/zipdetails.pm
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
package App::zipdetails;

our $VERSION = 2.104 ;
our $VERSION = 2.105 ;

=head1 NAME
Expand Down

0 comments on commit cf5bfce

Please sign in to comment.