Skip to content

Commit 9780a36

Browse files
committed
Version - 1.10.10 ready
1 parent 51fa58e commit 9780a36

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

js/DataTables.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
/*! DataTables 1.10.10-dev
1+
/*! DataTables 1.10.10
22
* ©2008-2015 SpryMedia Ltd - datatables.net/license
33
*/
44

55
/**
66
* @summary DataTables
77
* @description Paginate, search and order HTML tables
8-
* @version 1.10.10-dev
8+
* @version 1.10.10
99
* @file jquery.dataTables.js
1010
* @author SpryMedia Ltd (www.sprymedia.co.uk)
1111
* @contact www.sprymedia.co.uk/contact
@@ -170,7 +170,7 @@
170170
* @type string
171171
* @default Version number
172172
*/
173-
DataTable.version = "1.10.10-dev";
173+
DataTable.version = "1.10.10";
174174

175175
/**
176176
* Private data store, containing all of the settings objects that are

0 commit comments

Comments
 (0)