Skip to content

Commit

Permalink
Updated version to 0.05
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonk committed Aug 31, 2009
1 parent 482493e commit f07c8c1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/DBICx/AutoDoc.pm
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package DBICx::AutoDoc;
use strict;
use warnings;
our $VERSION = '0.04';
our $VERSION = '0.05';
use base qw( Class::Accessor::Grouped );
use Carp qw( croak );
use Template;
Expand Down
2 changes: 1 addition & 1 deletion lib/DBICx/AutoDoc/Magic.pm
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package DBICx::AutoDoc::Magic;
use strict;
use warnings;
our $VERSION = '0.01';
our $VERSION = '0.05';
use DBIx::Class::Relationship::Helpers;
use base qw( DBIx::Class );

Expand Down

0 comments on commit f07c8c1

Please sign in to comment.