diff options
author | Dave Methvin <dave.methvin@gmail.com> | 2014-04-21 16:27:55 -0400 |
---|---|---|
committer | Dave Methvin <dave.methvin@gmail.com> | 2014-04-21 16:27:55 -0400 |
commit | c2fdcaaacd4d7f8479b2196525330c1738e30cd3 (patch) | |
tree | 1033a52894fa44d22d9119dd5c752b4d519e9d0e /package.json | |
parent | 90b43de21296cf59af7dd37c49c1a9a4f8483f68 (diff) | |
download | jquery-2.1.1-rc2.tar.gz jquery-2.1.1-rc2.zip |
2.1.1-rc22.1.1-rc2
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 3a4c55528..011d6a65d 100644 --- a/package.json +++ b/package.json @@ -2,12 +2,12 @@ "name": "jquery", "title": "jQuery", "description": "JavaScript library for DOM operations", - "version": "2.1.1-pre", + "version": "2.1.1-rc2", "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/2.1.1-rc2/AUTHORS.txt" }, "repository": { "type": "git", @@ -24,7 +24,7 @@ "licenses": [ { "type": "MIT", - "url": "https://github.com/jquery/jquery/blob/master/MIT-LICENSE.txt" + "url": "https://github.com/jquery/jquery/blob/2.1.1-rc2/MIT-LICENSE.txt" } ], "dependencies": {}, |