diff options
author | Michał Gołębiowski <m.goleb@gmail.com> | 2014-03-24 18:22:09 +0100 |
---|---|---|
committer | Michał Gołębiowski <m.goleb@gmail.com> | 2014-03-24 18:22:09 +0100 |
commit | b6c4e50fb8f24dcf7bf38e053e68c4d0e7f059e8 (patch) | |
tree | 4b70c367facd64cf0cca2513b062dac100bee476 /package.json | |
parent | 8072d25e6f9c0bd761aaaf90658917b3623a65c9 (diff) | |
download | jquery-1.11.1-beta1.tar.gz jquery-1.11.1-beta1.zip |
1.11.1-beta11.11.1-beta1
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 e4970fa78..a1ba4238a 100644 --- a/package.json +++ b/package.json @@ -2,12 +2,12 @@ "name": "jquery", "title": "jQuery", "description": "JavaScript library for DOM operations", - "version": "1.11.1pre", + "version": "1.11.1-beta1", "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.1-beta1/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/1.11.1-beta1/MIT-LICENSE.txt" } ], "dependencies": {}, |