Skip to content

Commit

Permalink
Release 1.13.11
Browse files Browse the repository at this point in the history
  • Loading branch information
AllanJard committed Feb 27, 2024
1 parent 92d424d commit 020e067
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 11 deletions.
6 changes: 3 additions & 3 deletions js/jquery.dataTables.js
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
/*! DataTables 1.13.10
/*! DataTables 1.13.11
* ©2008-2024 SpryMedia Ltd - datatables.net/license
*/

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

/**
* Private data store, containing all of the settings objects that are
Expand Down
4 changes: 2 additions & 2 deletions js/jquery.dataTables.min.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions js/jquery.dataTables.min.mjs

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions js/jquery.dataTables.mjs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*! DataTables 1.13.10
/*! DataTables 1.13.11
* ©2008-2024 SpryMedia Ltd - datatables.net/license
*/

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

/**
* Private data store, containing all of the settings objects that are
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"main": "js/jquery.dataTables.js",
"module": "js/jquery.dataTables.mjs",
"types": "./types/types.d.ts",
"version": "1.13.10",
"version": "1.13.11",
"files": [
"js/**/*.js",
"js/**/*.mjs",
Expand All @@ -18,7 +18,7 @@
"sort"
],
"dependencies": {
"jquery": ">=1.7"
"jquery": "1.8 - 4"
},
"moduleType": [
"globals",
Expand Down

0 comments on commit 020e067

Please sign in to comment.