diff --git a/Changes b/Changes index 3f7e88e..b03bbef 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,11 @@ Revision history for Data-MoneyCurrency +0.12 Fri Nov 20 06:48:48 CET 2020 + fix version mismatch between Module and dist + +0.11 Sat Nov 14 21:18:10 CET 2020 + new ruby-money conf + 0.10 Fri Jun 12 10:27:29 CEST 2020 new ruby-money conf point to OpenCage Github repo in pod and README diff --git a/dist.ini b/dist.ini index c982a5f..f3e1067 100644 --- a/dist.ini +++ b/dist.ini @@ -2,7 +2,7 @@ ; http://dzil.org/ name = Data-MoneyCurrency -version = 0.10 +version = 0.12 author = edf license = Perl_5 copyright_holder = OpenCage GmbH diff --git a/lib/Data/MoneyCurrency.pm b/lib/Data/MoneyCurrency.pm index 0082577..a83d7ba 100644 --- a/lib/Data/MoneyCurrency.pm +++ b/lib/Data/MoneyCurrency.pm @@ -22,11 +22,11 @@ my $rh_currency_for_country = {}; =head1 VERSION -Version 0.10 +Version 0.12 =cut -our $VERSION = '0.10'; +our $VERSION = '0.12'; =head1 SYNOPSIS