From 91dee53feb14327b4ac3663d88175776133550c9 Mon Sep 17 00:00:00 2001 From: "Jonathan \"Duke\" Leto" Date: Wed, 14 Feb 2018 08:05:46 -0800 Subject: [PATCH] Version bump --- Build.PL | 2 +- lib/Hush.pm | 2 +- lib/Hush/List.pm | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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