diff options
author | Scott González <scott.gonzalez@gmail.com> | 2013-05-03 09:21:40 -0700 |
---|---|---|
committer | Scott González <scott.gonzalez@gmail.com> | 2013-05-03 09:21:40 -0700 |
commit | 457b275880b63b05b16b7c9ee6c22f29f682ebc8 (patch) | |
tree | d6a39dd3f89d3d7f5f87b82132d4db2b5adc2d39 /package.json | |
parent | 66203f74b310fa44514ccdadacd093538dedcdce (diff) | |
download | jquery-ui-1.10.3.tar.gz jquery-ui-1.10.3.zip |
Tagging the 1.10.3 release.1.10.3
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 be99064fe..a89dcc874 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.10.3pre", + "version": "1.10.3", "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.10.3/AUTHORS.txt" }, "maintainers": [ { @@ -48,7 +48,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.10.3/MIT-LICENSE.txt" } ], "dependencies": {}, |