Skip to content

Commit d8f7495

Browse files
committed
Sync tag release - 2.2.9
1 parent 0355480 commit d8f7495

5 files changed

+51
-35
lines changed

datatables.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,5 @@
88
"types/types.d.ts"
99
],
1010
"src-repo": "http://github.com/DataTables/Responsive",
11-
"last-tag": "2.2.8"
11+
"last-tag": "2.2.9"
1212
}

js/dataTables.responsive.js

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
/*! Responsive 2.2.8
1+
/*! Responsive 2.2.9
22
* 2014-2021 SpryMedia Ltd - datatables.net/license
33
*/
44

55
/**
66
* @summary Responsive
77
* @description Responsive tables plug-in for DataTables
8-
* @version 2.2.8
8+
* @version 2.2.9
99
* @file dataTables.responsive.js
1010
* @author SpryMedia Ltd (www.sprymedia.co.uk)
1111
* @contact www.sprymedia.co.uk/contact
@@ -1443,7 +1443,7 @@ Api.registerPlural( 'columns().responsiveHidden()', 'column().responsiveHidden()
14431443
* @name Responsive.version
14441444
* @static
14451445
*/
1446-
Responsive.version = '2.2.8';
1446+
Responsive.version = '2.2.9';
14471447

14481448

14491449
$.fn.dataTable.Responsive = Responsive;

0 commit comments

Comments
 (0)