Skip to content

Commit 604dd38

Browse files
committed
Bumped up version number
1 parent a3ff664 commit 604dd38

File tree

4 files changed

+11
-7
lines changed

4 files changed

+11
-7
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## version 2.3.1 (April 21, 2024)
2+
3+
- minor maitenance release
4+
15
## version 2.3.0 (January 21, 2023)
26

37
- fixed a long standing issue where wrapping would occur for no apparent reason, mostly happening for tooltips with short messages

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.0 (last revision: January 21, 2023)
25-
* @copyright (c) 2012 - 2023 Stefan Gabos
24+
* @version 2.3.1 (last revision: April 21, 2024)
25+
* @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
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.0';
36+
this.version = '2.3.1';
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.0 (last revision: January 21, 2023)
25-
* @copyright (c) 2012 - 2023 Stefan Gabos
24+
* @version 2.3.1 (last revision: April 21, 2024)
25+
* @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
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.0';
36+
this.version = '2.3.1';
3737

3838
var defaults = {
3939

0 commit comments

Comments
 (0)