diff options
author | Michał Gołębiowski <m.goleb@gmail.com> | 2014-12-18 16:11:31 +0100 |
---|---|---|
committer | Michał Gołębiowski <m.goleb@gmail.com> | 2014-12-18 16:11:31 +0100 |
commit | 8f2a9d9272d6ed7f32d3a484740ab342c02541e0 (patch) | |
tree | c8881d69a29ae2b5ffe75dd4ccfc2bd2bc57510f /package.json | |
parent | 998556fafb1725242104ef1acc02196265b3689a (diff) | |
download | jquery-2.1.3.tar.gz jquery-2.1.3.zip |
2.1.32.1.3
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 37bd4330b..d977f13c3 100644 --- a/package.json +++ b/package.json @@ -2,12 +2,12 @@ "name": "jquery", "title": "jQuery", "description": "JavaScript library for DOM operations", - "version": "2.1.3-pre", + "version": "2.1.3", "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.3/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/2.1.3/MIT-LICENSE.txt" } ], "dependencies": {}, |