Skip to content

Commit 62c4df3

Browse files
committed
Bumped up version number
1 parent ada5c1c commit 62c4df3

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

dist/zebra_tooltips.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/zebra_tooltips.src.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@
2121
* Read more {@link https://github.com/stefangabos/Zebra_Tooltips/ here}
2222
*
2323
* @author Stefan Gabos <contact@stefangabos.ro>
24-
* @version 2.3.2 (last revision: Mat 14, 2024)
25-
* @copyright (c) 2012 - 2024 Stefan Gabos
24+
* @version 2.4.0 (last revision: January 31, 2025)
25+
* @copyright (c) 2012 - 2025 Stefan Gabos
2626
* @license http://www.gnu.org/licenses/lgpl-3.0.txt GNU LESSER GENERAL PUBLIC LICENSE
2727
* @package Zebra_Tooltips
2828
*/
@@ -33,7 +33,7 @@
3333
$.Zebra_Tooltips = function(elements, options) {
3434

3535
// so you can tell the version number even if all you have is the minified source
36-
this.version = '2.3.2';
36+
this.version = '2.4.0';
3737

3838
var defaults = {
3939

src/zebra_tooltips.src.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@
2121
* Read more {@link https://github.com/stefangabos/Zebra_Tooltips/ here}
2222
*
2323
* @author Stefan Gabos <contact@stefangabos.ro>
24-
* @version 2.3.2 (last revision: Mat 14, 2024)
25-
* @copyright (c) 2012 - 2024 Stefan Gabos
24+
* @version 2.4.0 (last revision: January 31, 2025)
25+
* @copyright (c) 2012 - 2025 Stefan Gabos
2626
* @license http://www.gnu.org/licenses/lgpl-3.0.txt GNU LESSER GENERAL PUBLIC LICENSE
2727
* @package Zebra_Tooltips
2828
*/
@@ -33,7 +33,7 @@
3333
$.Zebra_Tooltips = function(elements, options) {
3434

3535
// so you can tell the version number even if all you have is the minified source
36-
this.version = '2.3.2';
36+
this.version = '2.4.0';
3737

3838
var defaults = {
3939

0 commit comments

Comments
 (0)