Skip to content

Commit

Permalink
bumped version
Browse files Browse the repository at this point in the history
  • Loading branch information
bayashi committed Jun 16, 2013
1 parent c04e37b commit 18ded90
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions Changes
@@ -1,5 +1,10 @@
Revision history for Perl extension App::plmetrics

0.06 Sun Jun 16 20:54:18 JST 2013
- new option: --reault files
- some refactors
- some fixes

0.05 Sun Jun 16 00:33:50 JST 2013
- added the test for command executing

Expand Down
4 changes: 2 additions & 2 deletions META.json
Expand Up @@ -41,7 +41,7 @@
"provides" : {
"App::plmetrics" : {
"file" : "lib/App/plmetrics.pm",
"version" : "0.05"
"version" : "0.06"
}
},
"release_status" : "stable",
Expand All @@ -53,5 +53,5 @@
"url" : "http://github.com/bayashi/App-plmetrics"
}
},
"version" : "0.05"
"version" : "0.06"
}
2 changes: 1 addition & 1 deletion lib/App/plmetrics.pm
Expand Up @@ -6,7 +6,7 @@ use Perl::Metrics::Lite;
use Statistics::Swoop;
use Text::ASCIITable;

our $VERSION = '0.05';
our $VERSION = '0.06';

my %VIEWER = (
qr/^modules?$/i => sub { $_[0]->_view_module($_[1]) },
Expand Down

0 comments on commit 18ded90

Please sign in to comment.