Skip to content

Commit

Permalink
Bump version to 0.15
Browse files Browse the repository at this point in the history
  • Loading branch information
hinrik committed Jul 24, 2009
1 parent 068ce3f commit 591c435
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Changes
@@ -1,4 +1,4 @@
0.15
0.15 Fri Jul 24 11:47:30 GMT 2009
- Fix logic error causing 'ansi' not to be the default on non-Win32

0.14 Fri Jul 24 09:20:07 GMT 2009
Expand Down
2 changes: 1 addition & 1 deletion lib/App/Grok.pm
Expand Up @@ -11,7 +11,7 @@ use Getopt::Long qw<:config bundling>;
use List::Util qw<first>;
use Pod::Usage;

our $VERSION = '0.14';
our $VERSION = '0.15';
my %opt;

our $GOT_ANSI;
Expand Down
2 changes: 1 addition & 1 deletion lib/App/Grok/Pod5.pm
Expand Up @@ -3,7 +3,7 @@ package App::Grok::Pod5;
use strict;
use warnings;

our $VERSION = '0.14';
our $VERSION = '0.15';

my %formatter = (
text => 'Pod::Text',
Expand Down
2 changes: 1 addition & 1 deletion lib/App/Grok/Pod6.pm
Expand Up @@ -6,7 +6,7 @@ use Perl6::Perldoc::Parser;
use strict;
use warnings;

our $VERSION = '0.14';
our $VERSION = '0.15';

sub new {
my ($package, %self) = @_;
Expand Down

0 comments on commit 591c435

Please sign in to comment.