Skip to content

Commit

Permalink
c779e7a1a5d00821b2a50438fc3eb62b77673b5e Release 2.0.6
Browse files Browse the repository at this point in the history
Sync to source repo @c779e7a1a5d00821b2a50438fc3eb62b77673b5e
  • Loading branch information
dtbuild committed May 3, 2024
1 parent daac122 commit 4cff4b1
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.0.5",
"last-sync": "f177bf68c48474da299b8339e672e3035aed45a0"
"last-sync": "c779e7a1a5d00821b2a50438fc3eb62b77673b5e"
}
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.0.5
/*! DataTables 2.0.6
* © SpryMedia Ltd - datatables.net/license
*/

/**
* @summary DataTables
* @description Paginate, search and order HTML tables
* @version 2.0.5
* @version 2.0.6
* @author SpryMedia Ltd
* @contact www.datatables.net
* @copyright SpryMedia Ltd.
Expand Down Expand Up @@ -9611,7 +9611,7 @@
* @type string
* @default Version number
*/
DataTable.version = "2.0.5";
DataTable.version = "2.0.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.0.5
/*! DataTables 2.0.6
* © SpryMedia Ltd - datatables.net/license
*/

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

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

0 comments on commit 4cff4b1

Please sign in to comment.