diff --git a/docs.tar.gz b/docs.tar.gz index 39837c4..d4c9938 100644 Binary files a/docs.tar.gz and b/docs.tar.gz differ diff --git a/lib/PCAP.pm b/lib/PCAP.pm index 4101943..3948381 100644 --- a/lib/PCAP.pm +++ b/lib/PCAP.pm @@ -24,7 +24,7 @@ use strict; use Const::Fast qw(const); use base 'Exporter'; -our $VERSION = '1.11.0'; +our $VERSION = '1.11.1'; our @EXPORT = qw($VERSION); const my $LICENSE => @@ -73,6 +73,7 @@ const my %UPGRADE_PATH => ( '0.1.0' => 'biobambam,bwa,samtools', '1.9.4' => 'biobambam', '1.10.0' => 'biobambam', '1.11.0' => 'biobambam', + '1.11.1' => 'biobambam', ); sub license {