diff options
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package.json b/package.json index 30cb40ae7..09da35152 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "jquery", "title": "jQuery", "description": "JavaScript library for DOM operations", - "version": "4.0.0-beta.1", + "version": "4.0.0-beta.2", "type": "module", "exports": { ".": { @@ -85,7 +85,7 @@ "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/4.0.0-beta.2/AUTHORS.txt" }, "repository": { "type": "git", |