Skip to content

Commit

Permalink
Bump version to 0.05
Browse files Browse the repository at this point in the history
  • Loading branch information
hinrik committed Jun 26, 2009
1 parent 753b231 commit 8ae3d00
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Changes
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
0.05
0.05 Fri Jun 26 05:48:02 GMT 2009
- Fix location of shared files (synopses)

0.04 Fri Jun 26 05:11:13 GMT 2009
Expand Down
2 changes: 1 addition & 1 deletion lib/App/Grok.pm
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ use Getopt::Long qw<:config bundling>;
use List::Util qw<first>;
use Pod::Usage;

our $VERSION = '0.04';
our $VERSION = '0.05';
my %opt;

sub new {
Expand Down
2 changes: 1 addition & 1 deletion lib/App/Grok/Pod5.pm
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ package App::Grok::Pod5;
use strict;
use warnings;

our $VERSION = '0.04';
our $VERSION = '0.05';

sub new {
my ($package, %self) = @_;
Expand Down
2 changes: 1 addition & 1 deletion lib/App/Grok/Pod6.pm
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ use Perl6::Perldoc::Parser;
use strict;
use warnings;

our $VERSION = '0.04';
our $VERSION = '0.05';

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

0 comments on commit 8ae3d00

Please sign in to comment.