diff options
author | Dave Methvin <dave.methvin@gmail.com> | 2014-12-17 10:28:04 -0500 |
---|---|---|
committer | Dave Methvin <dave.methvin@gmail.com> | 2014-12-17 10:28:04 -0500 |
commit | 9690801db01709bfbff5f977d07fb7cc14472908 (patch) | |
tree | 0ff1fb1e988460c89464cc1d2bf71b7f5b11596c /package.json | |
parent | 56fb758728fe3c5ef4914a7b376ae3b8afd67a32 (diff) | |
download | jquery-1.11.2.tar.gz jquery-1.11.2.zip |
1.11.21.11.2
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/package.json b/package.json index a21d554c1..a21561711 100644 --- a/package.json +++ b/package.json @@ -2,12 +2,12 @@ "name": "jquery", "title": "jQuery", "description": "JavaScript library for DOM operations", - "version": "1.11.2-pre", + "version": "1.11.2", "main": "dist/jquery.js", "homepage": "http://jquery.com", "author": { "name": "jQuery Foundation and other contributors", - "url": "https://github.com/jquery/jquery/blob/master/AUTHORS.txt" + "url": "https://github.com/jquery/jquery/blob/1.11.2/AUTHORS.txt" }, "repository": { "type": "git", @@ -25,7 +25,7 @@ "licenses": [ { "type": "MIT", - "url": "https://github.com/jquery/jquery/blob/master/MIT-LICENSE.txt" + "url": "https://github.com/jquery/jquery/blob/1.11.2/MIT-LICENSE.txt" } ], "dependencies": {}, |