Skip to content

Commit 0d1e149

Browse files
author
dtbuild
committed
2086c5b5667371bbd2e3b335121c66c26e8d95f6 Release 2.2.2
Sync to source repo @2086c5b5667371bbd2e3b335121c66c26e8d95f6
1 parent a074087 commit 0d1e149

File tree

5 files changed

+9
-9
lines changed

5 files changed

+9
-9
lines changed

datatables.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,5 @@
1111
],
1212
"src-repo": "http://github.com/DataTables/DataTablesSrc",
1313
"last-tag": "2.2.1",
14-
"last-sync": "1c3f9d4dba51d758b4f9477a78e96b905925b0c2"
14+
"last-sync": "2086c5b5667371bbd2e3b335121c66c26e8d95f6"
1515
}

js/dataTables.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/*! DataTables 2.2.1
1+
/*! DataTables 2.2.2
22
* © SpryMedia Ltd - datatables.net/license
33
*/
44

@@ -10026,7 +10026,7 @@
1002610026
* @type string
1002710027
* @default Version number
1002810028
*/
10029-
DataTable.version = "2.2.1";
10029+
DataTable.version = "2.2.2";
1003010030

1003110031
/**
1003210032
* Private data store, containing all of the settings objects that are

js/dataTables.min.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

js/dataTables.min.mjs

Lines changed: 2 additions & 2 deletions
Large diffs are not rendered by default.

js/dataTables.mjs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/*! DataTables 2.2.1
1+
/*! DataTables 2.2.2
22
* © SpryMedia Ltd - datatables.net/license
33
*/
44

@@ -9991,7 +9991,7 @@ _api_register( 'i18n()', function ( token, def, plural ) {
99919991
* @type string
99929992
* @default Version number
99939993
*/
9994-
DataTable.version = "2.2.1";
9994+
DataTable.version = "2.2.2";
99959995

99969996
/**
99979997
* Private data store, containing all of the settings objects that are

0 commit comments

Comments
 (0)