From b546dc9abf536ebdaa072799e740ff7124135799 Mon Sep 17 00:00:00 2001 From: Ed Freyfogle Date: Sun, 19 Aug 2018 10:14:45 -0600 Subject: [PATCH] v0.06 --- Changes | 3 +++ dist.ini | 2 +- lib/Data/MoneyCurrency.pm | 4 ++-- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/Changes b/Changes index 007fadc..c2d5a03 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,8 @@ Revision history for Data-MoneyCurrency +0.06 So 19 Aug 2018 10:13:23 MDT + fixing mismatch of version number between .pm and dist.ini, no code changes + 0.05 Fr 17 Aug 2018 08:42:44 CDT trying to solve ShareDir install issues, no code changes diff --git a/dist.ini b/dist.ini index d1bb734..b9ea20b 100644 --- a/dist.ini +++ b/dist.ini @@ -2,7 +2,7 @@ ; http://dzil.org/ name = Data-MoneyCurrency -version = 0.05 +version = 0.06 author = edf license = Perl_5 copyright_holder = Opencage Data Limited diff --git a/lib/Data/MoneyCurrency.pm b/lib/Data/MoneyCurrency.pm index da504aa..6884161 100644 --- a/lib/Data/MoneyCurrency.pm +++ b/lib/Data/MoneyCurrency.pm @@ -21,11 +21,11 @@ my $rh_currency_for_country = {}; =head1 VERSION -Version 0.04 +Version 0.06 =cut -our $VERSION = '0.04'; +our $VERSION = '0.06'; =head1 SYNOPSIS