Skip to content

Commit

Permalink
3.0.0-rc1
Browse files Browse the repository at this point in the history
  • Loading branch information
timmywil committed May 20, 2016
1 parent 947d495 commit fed61fb
Show file tree
Hide file tree
Showing 8 changed files with 17,974 additions and 3 deletions.
10,033 changes: 10,033 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.

7,928 changes: 7,928 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.0.0-pre",
"version": "3.0.0-rc1",
"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.0.0-rc1/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 @@ -20,7 +20,7 @@ define( [
"use strict";

var
version = "@VERSION",
version = "3.0.0-rc1",

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

0 comments on commit fed61fb

Please sign in to comment.