Skip to content

Commit 5e4d350

Browse files
committed
Version 1.2.9
1 parent d188a7c commit 5e4d350

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

js/dataTables.checkboxes.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
/*! Checkboxes 1.2.8
1+
/*! Checkboxes 1.2.9
22
* Copyright (c) Gyrocode (www.gyrocode.com)
33
* License: MIT License
44
*/
55

66
/**
77
* @summary Checkboxes
88
* @description Checkboxes extension for jQuery DataTables
9-
* @version 1.2.8
9+
* @version 1.2.9
1010
* @file dataTables.checkboxes.js
1111
* @author Gyrocode (http://www.gyrocode.com/projects/jquery-datatables-checkboxes/)
1212
* @contact http://www.gyrocode.com/contacts
@@ -1092,7 +1092,7 @@ Api.registerPlural( 'columns().checkboxes.selected()', 'column().checkboxes.sele
10921092
* @name Checkboxes.version
10931093
* @static
10941094
*/
1095-
Checkboxes.version = '1.2.8';
1095+
Checkboxes.version = '1.2.9';
10961096

10971097

10981098

0 commit comments

Comments
 (0)