Skip to content

Commit

Permalink
3.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
timmywil committed Mar 16, 2017
1 parent 0f52adc commit 63e5d53
Show file tree
Hide file tree
Showing 8 changed files with 18,408 additions and 3 deletions.
10,244 changes: 10,244 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,151 changes: 8,151 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.2.0-pre",
"version": "3.2.0",
"main": "dist/jquery.js",
"homepage": "https://jquery.com",
"author": {
"name": "JS Foundation and other contributors",
"url": "https://github.com/jquery/jquery/blob/master/AUTHORS.txt"
"url": "https://github.com/jquery/jquery/blob/3.2.0/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.2.0",

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

0 comments on commit 63e5d53

Please sign in to comment.