Skip to content

Commit

Permalink
f83a8f4c4c2f0541765632de1c22d11e5a92a54f Release 2.1.7
Browse files Browse the repository at this point in the history
Sync to source repo @f83a8f4c4c2f0541765632de1c22d11e5a92a54f
  • Loading branch information
dtbuild committed Sep 20, 2024
1 parent 6be1438 commit 3c0bb60
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.6",
"last-sync": "8c7e8da4da1435627f8eb1881c0db897db28b55a"
"last-sync": "f83a8f4c4c2f0541765632de1c22d11e5a92a54f"
}
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.6
/*! DataTables 2.1.7
* © SpryMedia Ltd - datatables.net/license
*/

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

/**
* 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.6
/*! DataTables 2.1.7
* © SpryMedia Ltd - datatables.net/license
*/

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

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

0 comments on commit 3c0bb60

Please sign in to comment.