1
0
mirror of https://github.com/DataTables/DataTables.git synced 2025-01-30 23:52:11 +01:00

DataTables 1.9 beta 2 :-)

This commit is contained in:
Allan Jardine 2012-01-10 15:34:55 +00:00
parent d1815f2697
commit b67c0969de
3 changed files with 5 additions and 5 deletions

View File

@ -1,7 +1,7 @@
/**
* @summary DataTables
* @description Paginate, search and sort HTML tables
* @version 1.9.0.dev.2
* @version 1.9.0.beta.2
* @file jquery.dataTables.js
* @author Allan Jardine (www.sprymedia.co.uk)
* @contact www.sprymedia.co.uk/contact
@ -6437,7 +6437,7 @@
* @type string
* @default Version number
*/
DataTable.version = "1.9.0.dev.2";
DataTable.version = "1.9.0.beta.2";
/**
* Private data store, containing all of the settings objects that are created for the

View File

@ -1,7 +1,7 @@
/**
* @summary DataTables
* @description Paginate, search and sort HTML tables
* @version 1.9.0.dev.2
* @version 1.9.0.beta.2
* @file jquery.dataTables.js
* @author Allan Jardine (www.sprymedia.co.uk)
* @contact www.sprymedia.co.uk/contact
@ -91,7 +91,7 @@
* @type string
* @default Version number
*/
DataTable.version = "1.9.0.dev.2";
DataTable.version = "1.9.0.beta.2";
/**
* Private data store, containing all of the settings objects that are created for the

View File

@ -1,6 +1,6 @@
{
"name": "DataTables",
"version": "1.9.0.dev.2",
"version": "1.9.0.beta.2",
"title": "DataTables",
"author": {
"name": "Allan Jardine",