Skip to content

Commit

Permalink
update version to 6.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
olifolkerd committed Jul 14, 2024
1 parent fe30874 commit c01a364
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion dist/js/tabulator.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/* Tabulator v6.2.2 (c) Oliver Folkerd 2024 */
/* Tabulator v6.2.3 (c) Oliver Folkerd 2024 */
(function (global, factory) {
typeof exports === 'object' && typeof module !== 'undefined' ? module.exports = factory() :
typeof define === 'function' && define.amd ? define(factory) :
Expand Down
2 changes: 1 addition & 1 deletion dist/js/tabulator.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/js/tabulator_esm.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/* Tabulator v6.2.2 (c) Oliver Folkerd 2024 */
/* Tabulator v6.2.3 (c) Oliver Folkerd 2024 */
class CoreFeature{

constructor(table){
Expand Down
2 changes: 1 addition & 1 deletion dist/js/tabulator_esm.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/js/tabulator_esm.min.mjs

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/js/tabulator_esm.mjs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/* Tabulator v6.2.2 (c) Oliver Folkerd 2024 */
/* Tabulator v6.2.3 (c) Oliver Folkerd 2024 */
class CoreFeature{

constructor(table){
Expand Down

0 comments on commit c01a364

Please sign in to comment.