diff options
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": {}, |