Skip to content

Commit

Permalink
Version 3.4.4.
Browse files Browse the repository at this point in the history
  • Loading branch information
evoluteur committed Dec 13, 2024
1 parent 555c748 commit 6f2754d
Show file tree
Hide file tree
Showing 7 changed files with 30 additions and 36 deletions.
44 changes: 22 additions & 22 deletions bower.json
Original file line number Diff line number Diff line change
@@ -1,24 +1,24 @@
{
"name": "evol-colorpicker",
"version": "3.4.3",
"description": "jQuery UI widget for web color picking which looks like the one in Microsoft Office 2010.",
"homepage": "http://evoluteur.github.io/colorpicker/",
"main": "js/evol-colorpicker.min.js",
"authors": ["Olivier Giulieri (https://evoluteur.github.io/)"],
"license": "MIT",
"keywords": [
"colorpicker",
"color",
"picker",
"palette",
"jquery",
"jquery-ui",
"ui",
"widget",
"popup",
"web",
"input",
"form",
"jquery-plugin"
]
"name": "evol-colorpicker",
"version": "3.4.4",
"description": "jQuery UI widget for web color picking which looks like the one in Microsoft Office 2010.",
"homepage": "http://evoluteur.github.io/colorpicker/",
"main": "js/evol-colorpicker.min.js",
"authors": ["Olivier Giulieri (https://evoluteur.github.io/)"],
"license": "MIT",
"keywords": [
"colorpicker",
"color",
"picker",
"palette",
"jquery",
"jquery-ui",
"ui",
"widget",
"popup",
"web",
"input",
"form",
"jquery-plugin"
]
}
12 changes: 3 additions & 9 deletions css/evol-colorpicker.css

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

2 changes: 1 addition & 1 deletion documentation.html
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@

<body>
<header>
<h1 id="title">Evol-ColorPicker <span>v3.4.3</span></h1>
<h1 id="title">Evol-ColorPicker <span>v3.4.4</span></h1>
<nav>
<a href="index.html">Demo</a>
<a href="documentation.html" class="sel">Documentation</a>
Expand Down
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@

<body>
<header>
<h1 id="title">Evol-ColorPicker <span>v3.4.3</span></h1>
<h1 id="title">Evol-ColorPicker <span>v3.4.4</span></h1>
<nav>
<a href="index.html" class="sel">Demo</a>
<a href="documentation.html">Documentation</a>
Expand Down
2 changes: 1 addition & 1 deletion js/evol-colorpicker.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
evol-colorpicker 3.4.3
evol-colorpicker 3.4.4
ColorPicker widget for jQuery UI
https://github.com/evoluteur/colorpicker
Expand Down
2 changes: 1 addition & 1 deletion js/evol-colorpicker.min.js

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "evol-colorpicker",
"version": "3.4.3",
"version": "3.4.4",
"description": "jQuery UI widget for web color picking which looks like the one in Microsoft Office 2010.",
"copyright": "(c) 2024 Olivier Giulieri",
"homepage": "http://evoluteur.github.io/colorpicker/",
Expand Down

0 comments on commit 6f2754d

Please sign in to comment.