Skip to content

Commit 18e89b9

Browse files
committed
Release 2.1.3
1 parent d336239 commit 18e89b9

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

js/core/core.main.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ _buildInclude('api.core.js');
9090
* @type string
9191
* @default Version number
9292
*/
93-
DataTable.version = "2.1.2";
93+
DataTable.version = "2.1.3";
9494

9595
/**
9696
* Private data store, containing all of the settings objects that are

js/esm.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/*! DataTables 2.1.2
1+
/*! DataTables 2.1.3
22
* © SpryMedia Ltd - datatables.net/license
33
*/
44

js/umd.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
/*! DataTables 2.1.2
1+
/*! DataTables 2.1.3
22
* © SpryMedia Ltd - datatables.net/license
33
*/
44

55
/**
66
* @summary DataTables
77
* @description Paginate, search and order HTML tables
8-
* @version 2.1.2
8+
* @version 2.1.3
99
* @author SpryMedia Ltd
1010
* @contact www.datatables.net
1111
* @copyright SpryMedia Ltd.

0 commit comments

Comments
 (0)