Skip to content

Commit

Permalink
Bumped up version number
Browse files Browse the repository at this point in the history
  • Loading branch information
stefangabos committed Apr 21, 2024
1 parent a3ff664 commit 604dd38
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 7 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## version 2.3.1 (April 21, 2024)

- minor maitenance release

## version 2.3.0 (January 21, 2023)

- fixed a long standing issue where wrapping would occur for no apparent reason, mostly happening for tooltips with short messages
Expand Down
2 changes: 1 addition & 1 deletion dist/zebra_tooltips.min.js

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

6 changes: 3 additions & 3 deletions dist/zebra_tooltips.src.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@
* Read more {@link https://github.com/stefangabos/Zebra_Tooltips/ here}
*
* @author Stefan Gabos <contact@stefangabos.ro>
* @version 2.3.0 (last revision: January 21, 2023)
* @copyright (c) 2012 - 2023 Stefan Gabos
* @version 2.3.1 (last revision: April 21, 2024)
* @copyright (c) 2012 - 2024 Stefan Gabos
* @license http://www.gnu.org/licenses/lgpl-3.0.txt GNU LESSER GENERAL PUBLIC LICENSE
* @package Zebra_Tooltips
*/
Expand All @@ -33,7 +33,7 @@
$.Zebra_Tooltips = function(elements, options) {

// so you can tell the version number even if all you have is the minified source
this.version = '2.3.0';
this.version = '2.3.1';

var defaults = {

Expand Down
6 changes: 3 additions & 3 deletions src/zebra_tooltips.src.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@
* Read more {@link https://github.com/stefangabos/Zebra_Tooltips/ here}
*
* @author Stefan Gabos <contact@stefangabos.ro>
* @version 2.3.0 (last revision: January 21, 2023)
* @copyright (c) 2012 - 2023 Stefan Gabos
* @version 2.3.1 (last revision: April 21, 2024)
* @copyright (c) 2012 - 2024 Stefan Gabos
* @license http://www.gnu.org/licenses/lgpl-3.0.txt GNU LESSER GENERAL PUBLIC LICENSE
* @package Zebra_Tooltips
*/
Expand All @@ -33,7 +33,7 @@
$.Zebra_Tooltips = function(elements, options) {

// so you can tell the version number even if all you have is the minified source
this.version = '2.3.0';
this.version = '2.3.1';

var defaults = {

Expand Down

0 comments on commit 604dd38

Please sign in to comment.