aboutsummaryrefslogtreecommitdiffstats
path: root/package.json
diff options
context:
space:
mode:
authorMichał Gołębiowski <m.goleb@gmail.com>2014-04-18 17:33:46 +0200
committerMichał Gołębiowski <m.goleb@gmail.com>2014-04-18 17:33:46 +0200
commitbaa21ff7a91ca165b63a5f900313da14c36fe255 (patch)
tree806f219be81d9a8e6d610a165580d693cdea3263 /package.json
parente848b46cfc1813b8fd126e530de462cc63b47e35 (diff)
downloadjquery-baa21ff7a91ca165b63a5f900313da14c36fe255.tar.gz
jquery-baa21ff7a91ca165b63a5f900313da14c36fe255.zip
1.11.1-rc11.11.1-rc1
Diffstat (limited to 'package.json')
-rw-r--r--package.json6
1 files changed, 3 insertions, 3 deletions
diff --git a/package.json b/package.json
index 42ec792dd..df3994162 100644
--- a/package.json
+++ b/package.json
@@ -2,12 +2,12 @@
"name": "jquery",
"title": "jQuery",
"description": "JavaScript library for DOM operations",
- "version": "1.11.1-pre",
+ "version": "1.11.1-rc1",
"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-rc1/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-rc1/MIT-LICENSE.txt"
}
],
"dependencies": {},