Skip to content

Commit dd9bf77

Browse files
committed
Merge branch 'release/v1.1.4'
2 parents affe6a0 + ab6718b commit dd9bf77

File tree

8 files changed

+22
-6250
lines changed

8 files changed

+22
-6250
lines changed

README.markdown

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -170,6 +170,7 @@ Total time: 2 seconds
170170
Change history
171171
-----------
172172

173+
* **Version 1.1.4 (2013-05-30)** : Add support for jQuery 1.9.1 (thanks [napcs](https://github.com/napcs)).
173174
* **Version 1.1.3 (2013-04-07)** : Rename *callback* option to *onSelect*.
174175
* **Version 1.1.2 (2013-04-06)** : Add *onCellEnter*, *onClose* and *livePreview* options (thanks [jbergen](https://github.com/jbergen)).
175176
* **Version 1.1.1 (2013-03-29)** : Add *callback* option (thanks [jbergen](https://github.com/jbergen)).

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.1.3
1+
1.1.4

examples/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<head>
44
<meta http-equiv="Content-Type" content="text/html; charset=euc-jp" />
55
<title>jQuery Simple Color</title>
6-
<script type="text/javascript" src="jquery-1.4.2.js"></script>
6+
<script type="text/javascript" src="jquery-1.9.1.min.js"></script>
77
<script type="text/javascript" src="../src/jquery.simple-color.js"></script>
88

99
<script type="text/javascript">

0 commit comments

Comments
 (0)