Bump versions, changelog
[catagits/Catalyst-Authentication-Credential-OAuth.git] / lib / Catalyst / Authentication / Credential / OAuth.pm
index dd600d7..e0e9375 100644 (file)
@@ -10,6 +10,8 @@ use String::Random qw/ random_string /;
 use Catalyst::Exception ();
 use namespace::autoclean;
 
+our $VERSION = '0.02';
+
 has debug => ( is => 'ro', isa => Bool );
 has providers => ( is => 'ro', isa => HashRef, required => 1 );
 has ua => ( is => 'ro', lazy_build => 1, init_arg => undef, isa => 'LWP::UserAgent' );
@@ -130,7 +132,7 @@ Catalyst::Authentication::Credential::OAuth - OAuth credential for Catalyst::Plu
 
 =head1 VERSION
 
-0.01
+0.02
 
 =head1 SYNOPSIS