Skip to content

Commit

Permalink
1.10.13 release!
Browse files Browse the repository at this point in the history
  • Loading branch information
Allan Jardine committed Dec 6, 2016
1 parent a616acd commit 6382fb4
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions js/DataTables.js
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
/*! DataTables 1.10.13-dev
* ©2008-2015 SpryMedia Ltd - datatables.net/license
/*! DataTables 1.10.13
* ©2008-2016 SpryMedia Ltd - datatables.net/license
*/

/**
* @summary DataTables
* @description Paginate, search and order HTML tables
* @version 1.10.13-dev
* @version 1.10.13
* @file jquery.dataTables.js
* @author SpryMedia Ltd (www.sprymedia.co.uk)
* @contact www.sprymedia.co.uk/contact
* @copyright Copyright 2008-2015 SpryMedia Ltd.
* @author SpryMedia Ltd
* @contact www.datatables.net
* @copyright Copyright 2008-2016 SpryMedia Ltd.
*
* This source file is free software, available under the following license:
* MIT license - http://datatables.net/license
Expand Down Expand Up @@ -169,7 +169,7 @@
* @type string
* @default Version number
*/
DataTable.version = "1.10.13-dev";
DataTable.version = "1.10.13";

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

0 comments on commit 6382fb4

Please sign in to comment.