diff --git a/Changes b/Changes index 7174101..bcb89a9 100644 --- a/Changes +++ b/Changes @@ -1,6 +1,8 @@ Revision history for Perl extension Mojolicious-Plugin-LocaleTextDomainOO {{$NEXT}} + +0.05 2018-04-05T21:25:22Z - bump version inherits modules 0.04 2016-08-20T01:57:44Z diff --git a/META.json b/META.json index 05f6cc9..eb87fcc 100644 --- a/META.json +++ b/META.json @@ -72,5 +72,5 @@ "web" : "https://github.com/clicktx/p5-Mojolicious-Plugin-LocaleTextDomainOO" } }, - "version" : "0.04" + "version" : "0.05" } diff --git a/lib/Mojolicious/Plugin/LocaleTextDomainOO.pm b/lib/Mojolicious/Plugin/LocaleTextDomainOO.pm index c709646..ccd814e 100644 --- a/lib/Mojolicious/Plugin/LocaleTextDomainOO.pm +++ b/lib/Mojolicious/Plugin/LocaleTextDomainOO.pm @@ -9,7 +9,7 @@ use I18N::LangTags::Detect; use constant DEBUG => $ENV{MOJO_I18N_DEBUG} || 0; -our $VERSION = '0.04'; +our $VERSION = '0.05'; has 'po' => sub { Locale::TextDomain::OO::Lexicon::File::PO->new }; has 'mo' => sub { Locale::TextDomain::OO::Lexicon::File::MO->new };