Skip to content

Commit

Permalink
537375f01a4bd4fe342dfe8e1e3bb31ccd6d036d Release 2.0.4
Browse files Browse the repository at this point in the history
Sync to source repo @537375f01a4bd4fe342dfe8e1e3bb31ccd6d036d
  • Loading branch information
dtbuild committed Apr 16, 2024
1 parent c3f5b40 commit 02324cf
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.3",
"last-sync": "138f8f911d4d9a5e18ecf51575faeeb5cffa2635"
"last-sync": "537375f01a4bd4fe342dfe8e1e3bb31ccd6d036d"
}
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.3
/*! DataTables 2.0.4
* © SpryMedia Ltd - datatables.net/license
*/

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

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

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

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

0 comments on commit 02324cf

Please sign in to comment.