Skip to content

Commit 5917101

Browse files
committed
Release 1.9.1
1 parent 5282d95 commit 5917101

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

entries2html.xsl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@
99
<head>
1010
<meta charset="utf-8">
1111
&lt;title&gt;<xsl:value-of select="//entry/@name"/> demo&lt;/title&gt;
12-
&lt;link rel="stylesheet" href="http://code.jquery.com/ui/1.9.0/themes/base/jquery-ui.css"&gt;<xsl:if test="css">
12+
&lt;link rel="stylesheet" href="http://code.jquery.com/ui/1.9.1/themes/base/jquery-ui.css"&gt;<xsl:if test="css">
1313
&lt;style&gt;<xsl:value-of select="css/text()"/> &lt;/style&gt;</xsl:if>
1414
&lt;script src="http://code.jquery.com/jquery-1.8.2.js"&gt;&lt;/script&gt;
15-
&lt;script src="http://code.jquery.com/ui/1.9.0/jquery-ui.js"&gt;&lt;/script&gt;
15+
&lt;script src="http://code.jquery.com/ui/1.9.1/jquery-ui.js"&gt;&lt;/script&gt;
1616
&lt;/head&gt;
1717
&lt;body&gt;
1818
<xsl:value-of select="html/text()"/>

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "api.jqueryui.com",
33
"title": "jQuery UI API Docs",
44
"description": "API reference documentation for jQuery UI.",
5-
"version": "1.9.0",
5+
"version": "1.9.1",
66
"homepage": "https://github.com/jquery/api.jqueryui.com",
77
"author": {
88
"name": "jQuery Foundation (http://jquery.org/)"

resources/easing-comparison.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33
<head>
44
<meta charset="utf-8">
55
<title>jQuery UI Effects - Easing Comparison demo</title>
6-
<link rel="stylesheet" href="http://code.jquery.com/ui/1.9.0/themes/base/jquery-ui.css">
6+
<link rel="stylesheet" href="http://code.jquery.com/ui/1.9.1/themes/base/jquery-ui.css">
77
<script src="http://code.jquery.com/jquery-1.8.2.js"></script>
8-
<script src="http://code.jquery.com/ui/1.9.0/jquery-ui.js"></script>
8+
<script src="http://code.jquery.com/ui/1.9.1/jquery-ui.js"></script>
99
<style>
1010
body {
1111
font-size: 62.5%;

resources/easing-graph.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33
<head>
44
<meta charset="utf-8">
55
<title>jQuery UI Easing Equations</title>
6-
<link rel="stylesheet" href="http://code.jquery.com/ui/1.9.0/themes/base/jquery-ui.css">
6+
<link rel="stylesheet" href="http://code.jquery.com/ui/1.9.1/themes/base/jquery-ui.css">
77
<script src="http://code.jquery.com/jquery-1.8.2.js"></script>
8-
<script src="http://code.jquery.com/ui/1.9.0/jquery-ui.js"></script>
8+
<script src="http://code.jquery.com/ui/1.9.1/jquery-ui.js"></script>
99
<style>
1010
body {
1111
font-size: 62.5%;

0 commit comments

Comments
 (0)