Skip to content

Commit

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

3.37 2012-08-31
- Updated jQuery to version 1.8.1.

3.36 2012-08-30
- Improved documentation.
- Improved tests.
Expand Down
2 changes: 1 addition & 1 deletion lib/Mojolicious.pm
Expand Up @@ -38,7 +38,7 @@ has static => sub { Mojolicious::Static->new };
has types => sub { Mojolicious::Types->new };

our $CODENAME = 'Rainbow';
our $VERSION = '3.36';
our $VERSION = '3.37';

sub AUTOLOAD {
my $self = shift;
Expand Down
4 changes: 2 additions & 2 deletions lib/Mojolicious/public/js/jquery.js

Large diffs are not rendered by default.

0 comments on commit c32d0fd

Please sign in to comment.