Skip to content

Commit

Permalink
(c) 2024.
Browse files Browse the repository at this point in the history
  • Loading branch information
evoluteur committed Jan 31, 2024
1 parent f1edfda commit e51aa84
Show file tree
Hide file tree
Showing 8 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion LICENSE.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2023 Olivier Giulieri
Copyright (c) 2024 Olivier Giulieri

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -315,6 +315,6 @@ $("#mycolor").on("mouseover.color", function (event, color) {

## License

Copyright (c) 2023 [Olivier Giulieri](https://evoluteur.github.io/).
Copyright (c) 2024 [Olivier Giulieri](https://evoluteur.github.io/).

**evol-colorpicker** is released under the [MIT license](http://github.com/evoluteur/colorpicker/raw/master/LICENSE.md).
2 changes: 1 addition & 1 deletion css/demo.css
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
evol-colorpicker 3.4.3
(c) 2023 Olivier Giulieri
(c) 2024 Olivier Giulieri
http://evoluteur.github.io/colorpicker/
*/
body {
Expand Down
2 changes: 1 addition & 1 deletion css/evol-colorpicker.css
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
evol-colorpicker 3.4.3
(c) 2023 Olivier Giulieri
(c) 2024 Olivier Giulieri
http://evoluteur.github.io/colorpicker/
*/
.evo-pop {
Expand Down
6 changes: 3 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -360,10 +360,10 @@ <h1 id="title">Evol-ColorPicker <span>v3.4.3</span></h1>
>MIT license</a
>
(<a
href="https://npm-stat.com/charts.html?package=evol-colorpicker&from=2016-01-01&to=2023-12-25"
href="https://npm-stat.com/charts.html?package=evol-colorpicker&from=2016-01-01&to=2024-12-25"
>50,000 downloads</a
>
on NPM in 2023).
on NPM in 2024).
</p>

<div>
Expand All @@ -381,7 +381,7 @@ <h1 id="title">Evol-ColorPicker <span>v3.4.3</span></h1>
</div>

<p>
&#169; 2023 <a href="https://evoluteur.github.io/">Olivier Giulieri</a>
&#169; 2024 <a href="https://evoluteur.github.io/">Olivier Giulieri</a>
</p>
</body>
</html>
2 changes: 1 addition & 1 deletion js/evol-colorpicker.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
ColorPicker widget for jQuery UI
https://github.com/evoluteur/colorpicker
(c) 2023 Olivier Giulieri
(c) 2024 Olivier Giulieri
* Depends:
* jquery.ui.core.js
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
Expand Up @@ -2,7 +2,7 @@
"name": "evol-colorpicker",
"version": "3.4.3",
"description": "jQuery UI widget for web color picking which looks like the one in Microsoft Office 2010.",
"copyright": "(c) 2023 Olivier Giulieri",
"copyright": "(c) 2024 Olivier Giulieri",
"homepage": "http://evoluteur.github.io/colorpicker/",
"author": "Olivier Giulieri (https://evoluteur.github.io/)",
"license": "MIT",
Expand Down

0 comments on commit e51aa84

Please sign in to comment.