Skip to content

Commit

Permalink
bumped version
Browse files Browse the repository at this point in the history
  • Loading branch information
bayashi committed May 12, 2013
1 parent 5e01509 commit 999c8fd
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
Revision history for Perl extension App::LogStats

0.091 Sun May 12 22:21:30 JST 2013
[IMPROVEMENT]
- support coveralls.io: https://coveralls.io/r/bayashi/App-LogStats
- test enhancement
- tiny fix

0.09 Sat Apr 20 12:29:37 JST 2013
[IMPROVEMENT]
- the option '--rc rcfile', it's supported '--rc=rcfile'
Expand Down
2 changes: 1 addition & 1 deletion lib/App/LogStats.pm
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ use File::Spec;
use Getopt::Long qw/GetOptionsFromArray/;
use IO::Interactive::Tiny;

our $VERSION = '0.09';
our $VERSION = '0.091';

our $DEFAULT_RCFILE_NAME = '.statsrc';

Expand Down

0 comments on commit 999c8fd

Please sign in to comment.