Skip to content

Commit

Permalink
c7af0770ea78d18de927a72be1e56ac4c7d48aa8 Release 1.13.1
Browse files Browse the repository at this point in the history
Sync to source repo @c7af0770ea78d18de927a72be1e56ac4c7d48aa8
  • Loading branch information
Allan Jardine committed Nov 8, 2022
1 parent 28119cd commit e6262b7
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": "1.13.0",
"last-sync": "a3d7d80a3e791108e3f93a7fd21fa872a98db2c9"
"last-sync": "c7af0770ea78d18de927a72be1e56ac4c7d48aa8"
}
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.0
/*! DataTables 1.13.1
* ©2008-2022 SpryMedia Ltd - datatables.net/license
*/

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

/**
* 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.0
/*! DataTables 1.13.1
* ©2008-2022 SpryMedia Ltd - datatables.net/license
*/

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

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

0 comments on commit e6262b7

Please sign in to comment.