Skip to content

Commit

Permalink
cfcb5d9c77fadc54f90ebe80edf0c8cc4c9b9b76 Release 2.1.6
Browse files Browse the repository at this point in the history
Sync to source repo @cfcb5d9c77fadc54f90ebe80edf0c8cc4c9b9b76
  • Loading branch information
dtbuild committed Sep 6, 2024
1 parent 46394eb commit 059f87f
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 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/DataTablesSrc",
"last-tag": "2.1.5",
"last-sync": "e714bd7e172e04941e2735cff85d7739075aa3be"
"last-sync": "cfcb5d9c77fadc54f90ebe80edf0c8cc4c9b9b76"
}
6 changes: 3 additions & 3 deletions js/dataTables.js
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
/*! DataTables 2.1.5
/*! DataTables 2.1.6
* © SpryMedia Ltd - datatables.net/license
*/

/**
* @summary DataTables
* @description Paginate, search and order HTML tables
* @version 2.1.5
* @version 2.1.6
* @author SpryMedia Ltd
* @contact www.datatables.net
* @copyright SpryMedia Ltd.
Expand Down Expand Up @@ -9862,7 +9862,7 @@
* @type string
* @default Version number
*/
DataTable.version = "2.1.5";
DataTable.version = "2.1.6";

/**
* Private data store, containing all of the settings objects that are
Expand Down
4 changes: 2 additions & 2 deletions js/dataTables.min.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions js/dataTables.min.mjs

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions js/dataTables.mjs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*! DataTables 2.1.5
/*! DataTables 2.1.6
* © SpryMedia Ltd - datatables.net/license
*/

Expand Down Expand Up @@ -9809,7 +9809,7 @@ _api_register( 'i18n()', function ( token, def, plural ) {
* @type string
* @default Version number
*/
DataTable.version = "2.1.5";
DataTable.version = "2.1.6";

/**
* Private data store, containing all of the settings objects that are
Expand Down

0 comments on commit 059f87f

Please sign in to comment.