diff --git a/Build.PL b/Build.PL index 84cd09b..84a18b1 100644 --- a/Build.PL +++ b/Build.PL @@ -7,7 +7,7 @@ my $builder = Module::Build->new( license => 'perl', dist_author => 'Duke Leto ', dist_abstract => 'HushList-powered secure messaging', - dist_version => '0.01', + dist_version => '0.02', include_dirs => '', build_requires => { 'Test::More' => 0, diff --git a/lib/Hush.pm b/lib/Hush.pm index 4ed7e40..0505f98 100644 --- a/lib/Hush.pm +++ b/lib/Hush.pm @@ -2,7 +2,7 @@ package Hush; use strict; use warnings; -my $VERSION = '0.01'; +my $VERSION = '0.02'; =head1 NAME diff --git a/lib/Hush/List.pm b/lib/Hush/List.pm index 9ebdb01..fb965aa 100644 --- a/lib/Hush/List.pm +++ b/lib/Hush/List.pm @@ -12,7 +12,7 @@ use Hush::Contact; use Data::Dumper; use JSON; -my $VERSION = '0.01'; +my $VERSION = '0.02'; =head1 NAME