Skip to content

Commit

Permalink
DataTables 1.9.2 :-)
Browse files Browse the repository at this point in the history
  • Loading branch information
Allan Jardine committed Jun 22, 2012
1 parent 6a61818 commit 1bd6b29
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions media/js/jquery.dataTables.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/**
* @summary DataTables
* @description Paginate, search and sort HTML tables
* @version 1.9.2.dev
* @version 1.9.2
* @file jquery.dataTables.js
* @author Allan Jardine (www.sprymedia.co.uk)
* @contact www.sprymedia.co.uk/contact
Expand Down Expand Up @@ -6736,7 +6736,7 @@
* @type string
* @default Version number
*/
DataTable.version = "1.9.2.dev";
DataTable.version = "1.9.2";

/**
* Private data store, containing all of the settings objects that are created for the
Expand Down
4 changes: 2 additions & 2 deletions media/src/DataTables.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/**
* @summary DataTables
* @description Paginate, search and sort HTML tables
* @version 1.9.2.dev
* @version 1.9.2
* @file jquery.dataTables.js
* @author Allan Jardine (www.sprymedia.co.uk)
* @contact www.sprymedia.co.uk/contact
Expand Down Expand Up @@ -93,7 +93,7 @@
* @type string
* @default Version number
*/
DataTable.version = "1.9.2.dev";
DataTable.version = "1.9.2";

/**
* Private data store, containing all of the settings objects that are created for the
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "DataTables",
"version": "1.9.2.dev",
"version": "1.9.2",
"title": "DataTables",
"author": {
"name": "Allan Jardine",
Expand Down

0 comments on commit 1bd6b29

Please sign in to comment.