Skip to content

Commit

Permalink
updated jQuery to version 2.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
kraih committed May 30, 2013
1 parent e660821 commit 7934852
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 6 deletions.
3 changes: 3 additions & 0 deletions Changes
@@ -1,4 +1,7 @@

4.09 2013-05-31
- Updated jQuery to version 2.0.2.

4.08 2013-05-30
- Improved Mojo::Message::Request to allow curly brackets in URLs.
- Improved HMAC-SHA1 performance in Mojo::Util.
Expand Down
2 changes: 1 addition & 1 deletion lib/Mojolicious.pm
Expand Up @@ -41,7 +41,7 @@ has static => sub { Mojolicious::Static->new };
has types => sub { Mojolicious::Types->new };

our $CODENAME = 'Top Hat';
our $VERSION = '4.08';
our $VERSION = '4.09';

sub AUTOLOAD {
my $self = shift;
Expand Down

0 comments on commit 7934852

Please sign in to comment.