Skip to content

Commit

Permalink
Release 2.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
AllanJard committed Mar 10, 2023
1 parent fd62f98 commit f42b33e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions js/dataTables.responsive.js
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
/*! Responsive 2.4.0
* 2014-2022 SpryMedia Ltd - datatables.net/license
/*! Responsive 2.4.1
* © SpryMedia Ltd - datatables.net/license
*/

/**
* @summary Responsive
* @description Responsive tables plug-in for DataTables
* @version 2.4.0
* @version 2.4.1
* @author SpryMedia Ltd (www.sprymedia.co.uk)
* @contact www.sprymedia.co.uk/contact
* @copyright SpryMedia Ltd.
Expand Down Expand Up @@ -1455,7 +1455,7 @@ Api.registerPlural( 'columns().responsiveHidden()', 'column().responsiveHidden()
* @name Responsive.version
* @static
*/
Responsive.version = '2.4.0';
Responsive.version = '2.4.1';


$.fn.dataTable.Responsive = Responsive;
Expand Down

0 comments on commit f42b33e

Please sign in to comment.