diff options
author | Timmy Willison <timmywillisn@gmail.com> | 2016-01-08 15:02:39 -0500 |
---|---|---|
committer | Timmy Willison <timmywillisn@gmail.com> | 2016-01-08 15:02:39 -0500 |
commit | 33b548c8e3d43b2ebdfb129fd8086a3b0c905919 (patch) | |
tree | f1d33d69f80257574830800d902dd3d9fe8b1f98 /package.json | |
parent | 6ed6bc335f98352acfc7c07249bc4e936099aecf (diff) | |
download | jquery-33b548c8e3d43b2ebdfb129fd8086a3b0c905919.tar.gz jquery-33b548c8e3d43b2ebdfb129fd8086a3b0c905919.zip |
2.2.02.2.0
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package.json b/package.json index 9ee4ef840..c0fbc68c8 100644 --- a/package.json +++ b/package.json @@ -2,12 +2,12 @@ "name": "jquery", "title": "jQuery", "description": "JavaScript library for DOM operations", - "version": "2.2.0-pre", + "version": "2.2.0", "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.2.0/AUTHORS.txt" }, "repository": { "type": "git", |