Skip to content

Commit a229f49

Browse files
committed
Release 0.9.1
1 parent 1105f4e commit a229f49

7 files changed

+10
-10
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@ or use the hosted version from [cdnjs](https://cdnjs.com/libraries/jquery-modal)
3030
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.0.0/jquery.min.js"></script>
3131

3232
<!-- jQuery Modal -->
33-
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery-modal/0.9.0/jquery.modal.min.js"></script>
34-
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/jquery-modal/0.9.0/jquery.modal.min.css" />
33+
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery-modal/0.9.1/jquery.modal.min.js"></script>
34+
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/jquery-modal/0.9.1/jquery.modal.min.css" />
3535
```
3636

3737
**Using Rails?** Check out the [jquery-modal-rails plugin](https://github.com/dei79/jquery-modal-rails)!

compositor.json

+1-1
Large diffs are not rendered by default.

examples/index.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -198,8 +198,8 @@ <h2 id="install"><a href="#install">#</a> Install</h2>
198198
&lt;script src=&quot;https://cdnjs.cloudflare.com/ajax/libs/jquery/3.0.0/jquery.min.js&quot;&gt;&lt;/script&gt;
199199

200200
&lt;!-- jQuery Modal --&gt;
201-
&lt;script src=&quot;https://cdnjs.cloudflare.com/ajax/libs/jquery-modal/0.9.0/jquery.modal.min.js&quot;&gt;&lt;/script&gt;
202-
&lt;link rel=&quot;stylesheet&quot; href=&quot;https://cdnjs.cloudflare.com/ajax/libs/jquery-modal/0.9.0/jquery.modal.min.css&quot; /&gt;</code></pre>
201+
&lt;script src=&quot;https://cdnjs.cloudflare.com/ajax/libs/jquery-modal/0.9.1/jquery.modal.min.js&quot;&gt;&lt;/script&gt;
202+
&lt;link rel=&quot;stylesheet&quot; href=&quot;https://cdnjs.cloudflare.com/ajax/libs/jquery-modal/0.9.1/jquery.modal.min.css&quot; /&gt;</code></pre>
203203

204204
<p>Refer to the <a href="https://github.com/kylefox/jquery-modal#installation">README</a> for more installation options.</p>
205205

jquery.modal.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
A simple jQuery modal (http://github.com/kylefox/jquery-modal)
3-
Version 0.9.0
3+
Version 0.9.1
44
*/
55

66
(function (factory) {

jquery.modal.min.css

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

jquery.modal.min.js

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "jquery-modal",
3-
"version": "0.9.0",
3+
"version": "0.9.1",
44
"main": "jquery.modal.js",
55
"style": "jquery.modal.css",
66
"description": "The simplest possible modal for jQuery",

0 commit comments

Comments
 (0)