diff options
author | Timmy Willison <timmywil@users.noreply.github.com> | 2024-02-06 11:40:53 -0500 |
---|---|---|
committer | Timmy Willison <timmywil@users.noreply.github.com> | 2024-02-06 11:40:53 -0500 |
commit | 49b55127e2bb6cf6fcfcc32cba8173ad4c1b6012 (patch) | |
tree | c36bcb54c6488eb1f5b51c21ace3f9bccc7f6616 /package.json | |
parent | b507c8648f701acd1c48b3c38054ad38d76fd1ca (diff) | |
download | jquery-4.0.0-beta.tar.gz jquery-4.0.0-beta.zip |
4.0.0-beta4.0.0-beta
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 c03a1afb6..f7e71796f 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-pre", + "version": "4.0.0-beta", "type": "module", "exports": { ".": { @@ -68,7 +68,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/AUTHORS.txt" }, "repository": { "type": "git", |