Skip to content

Commit

Permalink
Version 3.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
evoluteur committed Aug 11, 2019
1 parent b956268 commit 6190d5f
Show file tree
Hide file tree
Showing 7 changed files with 12 additions and 9 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ npm install evol-colorpicker
First, load [jQuery](http://jquery.com/) (v3.1 or greater), [jQuery UI](http://jqueryui.com/) (v1.12.1 or greater), and the plugin (for earlier version of jQuery-UI, use an earlier version of Colorpicker).

```html
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.4.0/jquery.min.js" type="text/javascript" charset="utf-8"></script>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.4.1/jquery.min.js" type="text/javascript" charset="utf-8"></script>
<script src="https://ajax.googleapis.com/ajax/libs/jqueryui/1.12.1/jquery-ui.min.js" type="text/javascript" charset="utf-8"></script>
<script src="js/evol-colorpicker.min.js" type="text/javascript" charset="utf-8"></script>
```
Expand Down
2 changes: 1 addition & 1 deletion css/demo.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
evol-colorpicker 3.4.0
evol-colorpicker 3.4.1
(c) 2019 Olivier Giulieri
http://evoluteur.github.io/colorpicker/
*/
Expand Down
5 changes: 4 additions & 1 deletion css/evol-colorpicker.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
evol-colorpicker 3.4.0
evol-colorpicker 3.4.1
(c) 2019 Olivier Giulieri
http://evoluteur.github.io/colorpicker/
*/
Expand Down Expand Up @@ -72,6 +72,9 @@
padding: 5px;
text-align: center;
}
.cust-theme {
border-spacing: 4px 3px;
}
.evo-colorind,
.evo-colorind-ie,
.evo-colorind-ff {
Expand Down
2 changes: 1 addition & 1 deletion css/evol-colorpicker.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<link href="css/demo.css" rel="stylesheet" />
<link href="css/evol-colorpicker.min.css" rel="stylesheet" />

<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.4.0/jquery.min.js" type="text/javascript"></script>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.4.1/jquery.min.js" type="text/javascript"></script>
<script src="https://ajax.googleapis.com/ajax/libs/jqueryui/1.12.1/jquery-ui.min.js" type="text/javascript"></script>
<script src="js/evol-colorpicker.min.js" type="text/javascript"></script>
</head>
Expand Down
4 changes: 2 additions & 2 deletions js/evol-colorpicker.min.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "evol-colorpicker",
"version": "3.4.0",
"version": "3.4.1",
"description": "jQuery UI widget for web color picking which looks like the one in Microsoft Office 2010.",
"copyright": "(c) 2019 Olivier Giulieri",
"homepage": "http://evoluteur.github.io/colorpicker/",
Expand All @@ -14,7 +14,7 @@
"url": "https://github.com/evoluteur/colorpicker/issues"
},
"dependencies": {
"jquery": "~3.4.0",
"jquery": "~3.4.1",
"jquery-ui": "~1.12.1"
},
"devDependencies": {
Expand Down

0 comments on commit 6190d5f

Please sign in to comment.