diff --git a/.datatables-commit-sync b/.datatables-commit-sync index 82e6879b..592d9975 100644 --- a/.datatables-commit-sync +++ b/.datatables-commit-sync @@ -1 +1 @@ -515761905c2c4df2fe5640e371dfb4b397c12523 +7d0178b4e2ee783a51dffcbdddf26743685fe74c diff --git a/bower.json b/bower.json index 0f8414b6..7422f7d9 100644 --- a/bower.json +++ b/bower.json @@ -1,6 +1,6 @@ { "name": "datatables", - "version": "1.10.0-beta.2", + "version": "1.10.0-beta.3.dev", "main": [ "media/js/jquery.dataTables.js", "media/css/jquery.dataTables.css" diff --git a/composer.json b/composer.json index 05b1b305..847e97ad 100644 --- a/composer.json +++ b/composer.json @@ -1,6 +1,6 @@ { "name": "datatables/datatables", - "version": "1.10.0-beta.2", + "version": "1.10.0-beta.3.dev", "description": "DataTables is a plug-in for the jQuery Javascript library. It is a highly flexible tool, based upon the foundations of progressive enhancement, which will add advanced interaction controls to any HTML table.", "homepage": "http://www.datatables.net/", "author": "SpryMedia", diff --git a/dataTables.jquery.json b/dataTables.jquery.json index 98049202..9c86db1d 100644 --- a/dataTables.jquery.json +++ b/dataTables.jquery.json @@ -1,6 +1,6 @@ { "name": "DataTables", - "version": "1.10.0-beta.2", + "version": "1.10.0-beta.3.dev", "description": "DataTables enhances HTML tables with the ability to sort, filter and page the data in the table very easily. It provides a comprehensive API and set of configuration options, allowing you to consume data from virtually any data source.", "homepage": "http://datatables.net/", "docs": "http://datatables.net/", diff --git a/media/js/jquery.dataTables.js b/media/js/jquery.dataTables.js index e2dcbcae..dba014ab 100644 --- a/media/js/jquery.dataTables.js +++ b/media/js/jquery.dataTables.js @@ -1,11 +1,11 @@ -/*! DataTables 1.10.0-beta.2 +/*! DataTables 1.10.0-beta.3.dev * ©2008-2014 SpryMedia Ltd - datatables.net/license */ /** * @summary DataTables * @description Paginate, search and order HTML tables - * @version 1.10.0-beta.2 + * @version 1.10.0-beta.3.dev * @file jquery.dataTables.js * @author SpryMedia Ltd (www.sprymedia.co.uk) * @contact www.sprymedia.co.uk/contact @@ -8603,7 +8603,7 @@ * @type string * @default Version number */ - DataTable.version = "1.10.0-beta.2"; + DataTable.version = "1.10.0-beta.3.dev"; /** * Private data store, containing all of the settings objects that are diff --git a/package.json b/package.json index 96c7f977..6e4c6be0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "DataTables", - "version": "1.10.0-beta.2", + "version": "1.10.0-beta.3.dev", "title": "DataTables", "author": { "name": "Allan Jardine",