Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 75f7e96

Browse filesBrowse files
committed
3.4.1
1 parent 7dddb19 commit 75f7e96
Copy full SHA for 75f7e96

File tree

Expand file treeCollapse file tree

8 files changed

+19102
-3
lines changed
Filter options
Expand file treeCollapse file tree

8 files changed

+19102
-3
lines changed

‎dist/jquery.js

Copy file name to clipboardExpand all lines: dist/jquery.js
+10,598Lines changed: 10598 additions & 0 deletions
Large diffs are not rendered by default.

‎dist/jquery.min.js

Copy file name to clipboardExpand all lines: dist/jquery.min.js
+2Lines changed: 2 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎dist/jquery.min.map

Copy file name to clipboardExpand all lines: dist/jquery.min.map
+1Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎dist/jquery.slim.js

Copy file name to clipboardExpand all lines: dist/jquery.slim.js
+8,495Lines changed: 8495 additions & 0 deletions
Large diffs are not rendered by default.

‎dist/jquery.slim.min.js

Copy file name to clipboardExpand all lines: dist/jquery.slim.min.js
+2Lines changed: 2 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎dist/jquery.slim.min.map

Copy file name to clipboardExpand all lines: dist/jquery.slim.min.map
+1Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎package.json

Copy file name to clipboardExpand all lines: package.json
+2-2Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22
"name": "jquery",
33
"title": "jQuery",
44
"description": "JavaScript library for DOM operations",
5-
"version": "3.4.1-pre",
5+
"version": "3.4.1",
66
"main": "dist/jquery.js",
77
"homepage": "https://jquery.com",
88
"author": {
99
"name": "JS Foundation and other contributors",
10-
"url": "https://github.com/jquery/jquery/blob/master/AUTHORS.txt"
10+
"url": "https://github.com/jquery/jquery/blob/3.4.1/AUTHORS.txt"
1111
},
1212
"repository": {
1313
"type": "git",

‎src/core.js

Copy file name to clipboardExpand all lines: src/core.js
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ define( [
2727
"use strict";
2828

2929
var
30-
version = "@VERSION",
30+
version = "3.4.1",
3131

3232
// Define a local copy of jQuery
3333
jQuery = function( selector, context ) {

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.