We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3dfdd77 commit 0a0e94fCopy full SHA for 0a0e94f
META.json
@@ -54,6 +54,6 @@
54
"web" : "https://github.com/pmqs/IO-Compress"
55
}
56
},
57
- "version" : "4.002",
+ "version" : "4.003",
58
"x_serialization_backend" : "JSON::PP version 2.97001"
59
META.yml
@@ -26,5 +26,5 @@ resources:
26
bugtracker: https://github.com/pmqs/zipdetails/issues
27
homepage: https://github.com/pmqs/zipdetails
28
repository: git://github.com/pmqs/zipdetails.git
29
-version: '4.002'
+version: '4.003'
30
x_serialization_backend: 'CPAN::Meta::YAML version 0.018'
lib/App/zipdetails.pm
@@ -1,6 +1,6 @@
1
package App::zipdetails;
2
3
-our $VERSION = '4.002' ;
+our $VERSION = '4.003' ;
4
5
=head1 NAME
6
0 commit comments