Browse Source

Version bump

master
Jonathan "Duke" Leto 6 years ago
parent
commit
91dee53feb
  1. 2
      Build.PL
  2. 2
      lib/Hush.pm
  3. 2
      lib/Hush/List.pm

2
Build.PL

@ -7,7 +7,7 @@ my $builder = Module::Build->new(
license => 'perl',
dist_author => 'Duke Leto <duke@leto.net>',
dist_abstract => 'HushList-powered secure messaging',
dist_version => '0.01',
dist_version => '0.02',
include_dirs => '',
build_requires => {
'Test::More' => 0,

2
lib/Hush.pm

@ -2,7 +2,7 @@ package Hush;
use strict;
use warnings;
my $VERSION = '0.01';
my $VERSION = '0.02';
=head1 NAME

2
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

Loading…
Cancel
Save