Skip to content

Commit

Permalink
3.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
timmywil committed Sep 22, 2016
1 parent 51c29dc commit ee2e377
Show file tree
Hide file tree
Showing 8 changed files with 18,340 additions and 3 deletions.
10,220 changes: 10,220 additions & 0 deletions dist/jquery.js

Large diffs are not rendered by default.

4 changes: 4 additions & 0 deletions dist/jquery.min.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions dist/jquery.min.map

Large diffs are not rendered by default.

8,107 changes: 8,107 additions & 0 deletions dist/jquery.slim.js

Large diffs are not rendered by default.

4 changes: 4 additions & 0 deletions dist/jquery.slim.min.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions dist/jquery.slim.min.map

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@
"name": "jquery",
"title": "jQuery",
"description": "JavaScript library for DOM operations",
"version": "3.1.1-pre",
"version": "3.1.1",
"main": "dist/jquery.js",
"homepage": "https://jquery.com",
"author": {
"name": "jQuery Foundation and other contributors",
"url": "https://github.com/jquery/jquery/blob/master/AUTHORS.txt"
"url": "https://github.com/jquery/jquery/blob/3.1.1/AUTHORS.txt"
},
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion src/core.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ define( [
"use strict";

var
version = "@VERSION",
version = "3.1.1",

// Define a local copy of jQuery
jQuery = function( selector, context ) {
Expand Down

0 comments on commit ee2e377

Please sign in to comment.