Skip to content

Commit

Permalink
2086c5b5667371bbd2e3b335121c66c26e8d95f6 Release 2.2.2
Browse files Browse the repository at this point in the history
Sync to source repo @2086c5b5667371bbd2e3b335121c66c26e8d95f6
  • Loading branch information
dtbuild committed Feb 4, 2025
1 parent a074087 commit 0d1e149
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 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.2.1",
"last-sync": "1c3f9d4dba51d758b4f9477a78e96b905925b0c2"
"last-sync": "2086c5b5667371bbd2e3b335121c66c26e8d95f6"
}
4 changes: 2 additions & 2 deletions js/dataTables.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*! DataTables 2.2.1
/*! DataTables 2.2.2
* © SpryMedia Ltd - datatables.net/license
*/

Expand Down Expand Up @@ -10026,7 +10026,7 @@
* @type string
* @default Version number
*/
DataTable.version = "2.2.1";
DataTable.version = "2.2.2";

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

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

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

0 comments on commit 0d1e149

Please sign in to comment.