Skip to content

Commit

Permalink
Bump versions, changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
bobtfish committed Nov 7, 2009
1 parent fcfb341 commit b1d852b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
@@ -1,2 +1,7 @@
0.02 Sat, 07 Nov 2009 21:20:00 +0000
* Much more documentation
* Traits are automatically merged
* Added OpenID support

0.01 Wed, 30 Sep 2009 02:17:00 +0200
* Initial release.
2 changes: 1 addition & 1 deletion lib/CatalystX/SimpleLogin.pm
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ use Moose::Role;
use CatalystX::InjectComponent;
use namespace::autoclean;

our $VERSION = '0.01';
our $VERSION = '0.02';

after 'setup_components' => sub {
my $class = shift;
Expand Down

0 comments on commit b1d852b

Please sign in to comment.