diff --git a/Changes b/Changes index 149e819..66d1c9d 100644 --- a/Changes +++ b/Changes @@ -1,7 +1,11 @@ Revision history for Data-MoneyCurrency +0.09 Mon Oct 28 08:50:30 CET 2019 + new ruby-money conf + added coveralls.io badges, etc + 0.08 Sun Dec 23 10:56:29 CET 2018 - use Cpanel::JSON::XS rathr than JSON + use Cpanel::JSON::XS rather than JSON new ruby-money conf changed Author in pod diff --git a/dist.ini b/dist.ini index a8ed259..0c79760 100644 --- a/dist.ini +++ b/dist.ini @@ -2,7 +2,7 @@ ; http://dzil.org/ name = Data-MoneyCurrency -version = 0.08 +version = 0.09 author = edf license = Perl_5 copyright_holder = Opencage Data Limited diff --git a/lib/Data/MoneyCurrency.pm b/lib/Data/MoneyCurrency.pm index 53d57e3..7713f2d 100644 --- a/lib/Data/MoneyCurrency.pm +++ b/lib/Data/MoneyCurrency.pm @@ -22,11 +22,11 @@ my $rh_currency_for_country = {}; =head1 VERSION -Version 0.08 +Version 0.09 =cut -our $VERSION = '0.08'; +our $VERSION = '0.09'; =head1 SYNOPSIS