Skip to content

Commit

Permalink
643377800fbf3b1e050b8d59a843837710aea693 Release 2.1.8
Browse files Browse the repository at this point in the history
Sync to source repo @643377800fbf3b1e050b8d59a843837710aea693
  • Loading branch information
dtbuild committed Oct 4, 2024
1 parent 847314e commit 1150bb1
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.7",
"last-sync": "658b9d4ce42406bea630174635f258d08655df7f"
"last-sync": "643377800fbf3b1e050b8d59a843837710aea693"
}
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.7
/*! DataTables 2.1.8
* © SpryMedia Ltd - datatables.net/license
*/

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

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

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

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

0 comments on commit 1150bb1

Please sign in to comment.