Skip to content

Commit 3bc0fda

Browse files
committed
Bumped version number
1 parent fbd84e8 commit 3bc0fda

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
* Read more {@link https://github.com/stefangabos/Zebra_Tooltips/ here}
2222
*
2323
* @author Stefan Gabos <contact@stefangabos.ro>
24-
* @version 2.3.1 (last revision: April 21, 2024)
24+
* @version 2.3.2 (last revision: Mat 14, 2024)
2525
* @copyright (c) 2012 - 2024 Stefan Gabos
2626
* @license http://www.gnu.org/licenses/lgpl-3.0.txt GNU LESSER GENERAL PUBLIC LICENSE
2727
* @package Zebra_Tooltips
@@ -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.1';
36+
this.version = '2.3.2';
3737

3838
var defaults = {
3939

src/zebra_tooltips.src.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
* Read more {@link https://github.com/stefangabos/Zebra_Tooltips/ here}
2222
*
2323
* @author Stefan Gabos <contact@stefangabos.ro>
24-
* @version 2.3.1 (last revision: April 21, 2024)
24+
* @version 2.3.2 (last revision: Mat 14, 2024)
2525
* @copyright (c) 2012 - 2024 Stefan Gabos
2626
* @license http://www.gnu.org/licenses/lgpl-3.0.txt GNU LESSER GENERAL PUBLIC LICENSE
2727
* @package Zebra_Tooltips
@@ -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.1';
36+
this.version = '2.3.2';
3737

3838
var defaults = {
3939

0 commit comments

Comments
 (0)