Skip to content

Commit

Permalink
Bump version.
Browse files Browse the repository at this point in the history
  • Loading branch information
Acajou committed Aug 19, 2009
1 parent dbb2ca7 commit a1b264d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/MojoX/UserAgent.pm
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ use base 'Mojo::Base';

use Carp 'croak';

use Mojo 0.991247;
use Mojo 0.991250;

use Mojo::URL;
use Mojo::Transaction::Pipeline;
Expand All @@ -18,7 +18,7 @@ use Mojo::Cookie;
use MojoX::UserAgent::Transaction;
use MojoX::UserAgent::CookieJar;

our $VERSION = '0.19';
our $VERSION = '0.20';

__PACKAGE__->attr('allow_post_redirect', 1);

Expand Down

0 comments on commit a1b264d

Please sign in to comment.