diff options
author | Timmy Willison <timmywil@users.noreply.github.com> | 2024-07-17 09:43:43 -0400 |
---|---|---|
committer | Timmy Willison <timmywil@users.noreply.github.com> | 2024-07-17 09:43:43 -0400 |
commit | 51fffe9f7395f86fb24c59115c9b98855c39fc07 (patch) | |
tree | 380dd29791cce56dfcf6fab8addb5bae35f3d489 /package.json | |
parent | 3e612aeeb3821c657989e67b43c9b715f5cd32e2 (diff) | |
download | jquery-4.0.0-beta.2.tar.gz jquery-4.0.0-beta.2.zip |
Release: 4.0.0-beta.24.0.0-beta.2
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", |