diff options
author | Jörn Zaefferer <joern.zaefferer@gmail.com> | 2012-10-25 09:50:50 -0400 |
---|---|---|
committer | Jörn Zaefferer <joern.zaefferer@gmail.com> | 2012-10-25 09:50:50 -0400 |
commit | 37aad96534e2b100db41b26a321dfc29a6359aeb (patch) | |
tree | 3b855d6dc174b3f2eb47d19be2f0f4f83144540e /package.json | |
parent | 29fb520fa6ba5f4d643d5aa1a8f6d6a076bfd076 (diff) | |
download | jquery-ui-1.9.1.tar.gz jquery-ui-1.9.1.zip |
Tagging the 1.9.1 release.1.9.1
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 cb5037da9..bcdd1824b 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.1pre", + "version": "1.9.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.1/AUTHORS.txt" }, "maintainers": [ { @@ -38,7 +38,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.1/MIT-LICENSE.txt" } ], "dependencies": {}, |