Skip to content

Commit

Permalink
bumped version
Browse files Browse the repository at this point in the history
  • Loading branch information
bayashi committed Jul 19, 2013
1 parent 3583e61 commit f66b3e9
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
3 changes: 3 additions & 0 deletions Changes
@@ -1,5 +1,8 @@
Revision history for Perl extension Config::CmdRC

0.07 Fri Jul 19 23:28:17 JST 2013
- fixed dependent module's version

0.06 Sun Jul 14 21:22:08 JST 2013
- fixed broken test on Win32
- NEW FEATURE: be able to read user specific rc file by --rc option
Expand Down
6 changes: 3 additions & 3 deletions META.json
Expand Up @@ -28,7 +28,7 @@
},
"runtime" : {
"requires" : {
"Config::Simple" : "0",
"Config::Simple" : "4.58",
"File::Spec" : "0",
"Hash::Merge" : "0",
"perl" : "5.008005"
Expand All @@ -38,7 +38,7 @@
"provides" : {
"Config::CmdRC" : {
"file" : "lib/Config/CmdRC.pm",
"version" : "0.06"
"version" : "0.07"
}
},
"release_status" : "stable",
Expand All @@ -53,7 +53,7 @@
"url" : "http://github.com/bayashi/Config-CmdRC"
}
},
"version" : "0.06",
"version" : "0.07",
"x_test_requires" : {
"Test::More" : "0.88",
"YAML" : "0"
Expand Down
2 changes: 1 addition & 1 deletion lib/Config/CmdRC.pm
Expand Up @@ -5,7 +5,7 @@ use File::Spec;
use Config::Simple;
use Hash::Merge qw/merge/;

our $VERSION = '0.06';
our $VERSION = '0.07';

our $RC;

Expand Down

0 comments on commit f66b3e9

Please sign in to comment.