diff options
author | Michał Gołębiowski-Owczarek <m.goleb@gmail.com> | 2024-04-12 15:21:39 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-04-12 15:21:39 +0200 |
commit | b4df487608b4902c63ee4b5e466f702a3ed52acd (patch) | |
tree | cdde1ac0dc7e89aa9d2e01c374051cee0b457298 /bower.json | |
parent | 4af5caed7a16cc0aca6b8f2b65ab0d697df139eb (diff) | |
download | jquery-ui-b4df487608b4902c63ee4b5e466f702a3ed52acd.tar.gz jquery-ui-b4df487608b4902c63ee4b5e466f702a3ed52acd.zip |
Build: Update jquery-3.x to point to 3.7.1 instead of 3.7.0
Closes gh-2228
Diffstat (limited to 'bower.json')
-rw-r--r-- | bower.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bower.json b/bower.json index 7dc19a159..b562f81d4 100644 --- a/bower.json +++ b/bower.json @@ -35,7 +35,7 @@ "jquery-1.12.2": "jquery#1.12.2", "jquery-1.12.3": "jquery#1.12.3", "jquery-1.12.4": "jquery#1.12.4", - "jquery-3.x": "jquery#3.7.0", + "jquery-3.x": "jquery#3.7.1", "jquery-2.0.0": "jquery#2.0.0", "jquery-2.0.1": "jquery#2.0.1", "jquery-2.0.2": "jquery#2.0.2", |