diff --git a/Changes b/Changes index 07a2dcf..a0cf423 100644 --- a/Changes +++ b/Changes @@ -1,6 +1,8 @@ Revision history for Text::Undiacritic {{$NEXT}} + +0.05 2014-08-16 23:46:36 CEST - badges in pod 0.04 2014-08-16 07:53:06 CEST diff --git a/META.json b/META.json index ead10eb..98fef7a 100644 --- a/META.json +++ b/META.json @@ -61,7 +61,7 @@ "web" : "https://github.com/wollmers/Text-Undiacritic" } }, - "version" : "0.04", + "version" : "0.05", "x_contributors" : [ "Helmut Wollmersdorfer ", "Helmut Wollmersdorfer " diff --git a/README.md b/README.md index 87851f5..0bb6fd1 100644 --- a/README.md +++ b/README.md @@ -4,11 +4,10 @@ Text::Undiacritic - remove diacritics from a string
+ Text-Undiacritic + Coverage Status
-Text-Undiacritic -Coverage Status - # VERSION This document describes Text::Undiacritic 0.01 diff --git a/lib/Text/Undiacritic.pm b/lib/Text/Undiacritic.pm index d3051a7..6851d37 100644 --- a/lib/Text/Undiacritic.pm +++ b/lib/Text/Undiacritic.pm @@ -2,7 +2,7 @@ package Text::Undiacritic; use strict; use warnings; -our $VERSION = '0.04'; +our $VERSION = '0.05'; require Exporter; our @ISA = qw(Exporter); ## no critic