Skip to content

Commit ddb316f

Browse files
committed
DataTables 1.10.3
1 parent 9339a81 commit ddb316f

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.3-dev
1+
/*! DataTables 1.10.3
22
* ©2008-2014 SpryMedia Ltd - datatables.net/license
33
*/
44

55
/**
66
* @summary DataTables
77
* @description Paginate, search and order HTML tables
8-
* @version 1.10.3-dev
8+
* @version 1.10.3
99
* @file jquery.dataTables.js
1010
* @author SpryMedia Ltd (www.sprymedia.co.uk)
1111
* @contact www.sprymedia.co.uk/contact
@@ -157,7 +157,7 @@
157157
* @type string
158158
* @default Version number
159159
*/
160-
DataTable.version = "1.10.3-dev";
160+
DataTable.version = "1.10.3";
161161

162162
/**
163163
* Private data store, containing all of the settings objects that are

0 commit comments

Comments
 (0)