Skip to content

Commit

Permalink
0.04
Browse files Browse the repository at this point in the history
  • Loading branch information
wollmers committed Aug 16, 2014
1 parent 55be8d2 commit b4be28a
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 File-Name-Check

{{$NEXT}}

0.04 2014-08-16 09:51:20 CEST
- add coverage

0.03 2014-08-16 08:59:02 CEST
Expand Down
2 changes: 1 addition & 1 deletion META.json
Expand Up @@ -60,7 +60,7 @@
"web" : "https://github.com/wollmers/File-Name-Check"
}
},
"version" : "0.03",
"version" : "0.04",
"x_contributors" : [
"Helmut Wollmersdorfer <helmut.wollmersdorfer@fixpunkt.de>",
"Helmut Wollmersdorfer <helmut@wollmersdorfer.at>",
Expand Down
2 changes: 1 addition & 1 deletion lib/File/Name/Check.pm
Expand Up @@ -4,7 +4,7 @@ use strict;
use warnings;

use 5.008_005;
our $VERSION = '0.03';
our $VERSION = '0.04';

use File::Spec;
use Encode::Locale;
Expand Down

0 comments on commit b4be28a

Please sign in to comment.