We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9339a81 commit ddb316fCopy full SHA for ddb316f
js/DataTables.js
@@ -1,11 +1,11 @@
1
-/*! DataTables 1.10.3-dev
+/*! DataTables 1.10.3
2
* ©2008-2014 SpryMedia Ltd - datatables.net/license
3
*/
4
5
/**
6
* @summary DataTables
7
* @description Paginate, search and order HTML tables
8
- * @version 1.10.3-dev
+ * @version 1.10.3
9
* @file jquery.dataTables.js
10
* @author SpryMedia Ltd (www.sprymedia.co.uk)
11
* @contact www.sprymedia.co.uk/contact
@@ -157,7 +157,7 @@
157
* @type string
158
* @default Version number
159
160
- DataTable.version = "1.10.3-dev";
+ DataTable.version = "1.10.3";
161
162
163
* Private data store, containing all of the settings objects that are
0 commit comments