diff options
author | Scott González <scott.gonzalez@gmail.com> | 2012-08-24 09:05:38 -0400 |
---|---|---|
committer | Scott González <scott.gonzalez@gmail.com> | 2012-08-24 09:05:38 -0400 |
commit | 24e01af33a641c381bdd5a66919c7fe0e961305a (patch) | |
tree | 6117f9cf4aceba63d2031a964317cf6884490738 | |
parent | 800efd2938a1b4e0a53ca2f471390145e9a4521b (diff) | |
download | jquery-ui-1.9.0-rc.1.tar.gz jquery-ui-1.9.0-rc.1.zip |
Tagging the 1.9.0-rc.1 release.1.9.0-rc.1
-rw-r--r-- | package.json | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/package.json b/package.json index ca71cae2c..31e4553b2 100644 --- a/package.json +++ b/package.json @@ -2,11 +2,11 @@ "name": "jquery-ui", "title": "jQuery UI", "description": "A curated set of user interface interactions, effects, widgets, and themes built on top of the jQuery JavaScript Library.", - "version": "1.9.0pre", + "version": "1.9.0-rc.1", "homepage": "http://jqueryui.com", "author": { "name": "jQuery Foundation and other contributors", - "url": "https://github.com/jquery/jquery-ui/blob/master/AUTHORS.txt" + "url": "https://github.com/jquery/jquery-ui/blob/1.9.0-rc.1/AUTHORS.txt" }, "maintainers": [ { @@ -43,7 +43,7 @@ "licenses": [ { "type": "MIT", - "url": "https://github.com/jquery/jquery-ui/blob/master/MIT-LICENSE.txt" + "url": "https://github.com/jquery/jquery-ui/blob/1.9.0-rc.1/MIT-LICENSE.txt" } ], "dependencies": {}, |