Skip to content

Commit

Permalink
3d3ec505980c07660cb6e2d4cec16d944c341810 Examples: DataTables wasn't …
Browse files Browse the repository at this point in the history
…being listed in the files loaded in the examples on the site

eaf09aaf58317af4bd738ddef480fd4aa5945d64 Release 2.1.2

Sync to source repo @eaf09aaf58317af4bd738ddef480fd4aa5945d64
  • Loading branch information
dtbuild committed Jul 24, 2024
1 parent 5c6e095 commit 9de397c
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion datatables.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@
],
"src-repo": "http://github.com/DataTables/DataTablesSrc",
"last-tag": "2.1.0",
"last-sync": "1804bb61127d84e947bf19f34ac9916e75e86cda"
"last-sync": "eaf09aaf58317af4bd738ddef480fd4aa5945d64"
}
6 changes: 3 additions & 3 deletions js/dataTables.js
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
/*! DataTables 2.1.0
/*! DataTables 2.1.2
* © SpryMedia Ltd - datatables.net/license
*/

/**
* @summary DataTables
* @description Paginate, search and order HTML tables
* @version 2.1.0
* @version 2.1.2
* @author SpryMedia Ltd
* @contact www.datatables.net
* @copyright SpryMedia Ltd.
Expand Down Expand Up @@ -9804,7 +9804,7 @@
* @type string
* @default Version number
*/
DataTable.version = "2.1.0";
DataTable.version = "2.1.2";

/**
* Private data store, containing all of the settings objects that are
Expand Down
4 changes: 2 additions & 2 deletions js/dataTables.min.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions js/dataTables.min.mjs

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions js/dataTables.mjs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*! DataTables 2.1.0
/*! DataTables 2.1.2
* © SpryMedia Ltd - datatables.net/license
*/

Expand Down Expand Up @@ -9751,7 +9751,7 @@ _api_register( 'i18n()', function ( token, def, plural ) {
* @type string
* @default Version number
*/
DataTable.version = "2.1.0";
DataTable.version = "2.1.2";

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

0 comments on commit 9de397c

Please sign in to comment.