Skip to content

Commit

Permalink
a36bf07f51b99b7207acb88ed9ccfe4a25067f56 Release 3.3.0
Browse files Browse the repository at this point in the history
Sync to source repo @a36bf07f51b99b7207acb88ed9ccfe4a25067f56
  • Loading branch information
AllanJard committed Nov 7, 2022
1 parent 34ad526 commit 35b34f2
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion datatables.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@
],
"src-repo": "http://github.com/DataTables/FixedHeader",
"last-tag": "3.2.4",
"last-sync": "859c87197a3661ae36209bb1cadf6513a9d0d0df"
"last-sync": "a36bf07f51b99b7207acb88ed9ccfe4a25067f56"
}
6 changes: 3 additions & 3 deletions js/dataTables.fixedHeader.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

/*! FixedHeader 3.2.4
/*! FixedHeader 3.3.0
* ©2009-2022 SpryMedia Ltd - datatables.net/license
*/

Expand Down Expand Up @@ -47,7 +47,7 @@ var DataTable = $.fn.dataTable;
* @summary FixedHeader
* @description Fix a table's header or footer, so it is always visible while
* scrolling
* @version 3.2.4
* @version 3.3.0
* @author SpryMedia Ltd (www.sprymedia.co.uk)
* @contact www.sprymedia.co.uk
* @copyright SpryMedia Ltd.
Expand Down Expand Up @@ -983,7 +983,7 @@ $.extend( FixedHeader.prototype, {
* @type {String}
* @static
*/
FixedHeader.version = "3.2.4";
FixedHeader.version = "3.3.0";

/**
* Defaults
Expand Down
Loading

0 comments on commit 35b34f2

Please sign in to comment.