Skip to content

Commit

Permalink
3.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
timmywil committed Aug 28, 2023
1 parent 399b201 commit f79d5f1
Show file tree
Hide file tree
Showing 8 changed files with 19,342 additions and 3 deletions.
10,716 changes: 10,716 additions & 0 deletions dist/jquery.js

Large diffs are not rendered by default.

2 changes: 2 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,617 changes: 8,617 additions & 0 deletions dist/jquery.slim.js

Large diffs are not rendered by default.

2 changes: 2 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
Expand Up @@ -2,12 +2,12 @@
"name": "jquery",
"title": "jQuery",
"description": "JavaScript library for DOM operations",
"version": "3.7.1-pre",
"version": "3.7.1",
"main": "dist/jquery.js",
"homepage": "https://jquery.com",
"author": {
"name": "OpenJS Foundation and other contributors",
"url": "https://github.com/jquery/jquery/blob/main/AUTHORS.txt"
"url": "https://github.com/jquery/jquery/blob/3.7.1/AUTHORS.txt"
},
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion src/core.js
Expand Up @@ -25,7 +25,7 @@ define( [

"use strict";

var version = "@VERSION",
var version = "3.7.1",

rhtmlSuffix = /HTML$/i,

Expand Down

0 comments on commit f79d5f1

Please sign in to comment.