Skip to content

Commit

Permalink
Checking in changes prior to tagging of version 0.05.
Browse files Browse the repository at this point in the history
Changelog diff is:

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
  • Loading branch information
clicktx committed Apr 5, 2018
1 parent 8cda544 commit a6d48c0
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions 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
Expand Down
2 changes: 1 addition & 1 deletion META.json
Expand Up @@ -72,5 +72,5 @@
"web" : "https://github.com/clicktx/p5-Mojolicious-Plugin-LocaleTextDomainOO"
}
},
"version" : "0.04"
"version" : "0.05"
}
2 changes: 1 addition & 1 deletion lib/Mojolicious/Plugin/LocaleTextDomainOO.pm
Expand Up @@ -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 };
Expand Down

0 comments on commit a6d48c0

Please sign in to comment.