Skip to content

Commit 79b1328

Browse files
committed
Reverting back last commit
1 parent c771073 commit 79b1328

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
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.0
1+
/*! Checkboxes 1.2.1
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.0
9+
* @version 1.2.1
1010
* @file dataTables.checkboxes.js
1111
* @author Gyrocode (http://www.gyrocode.com/projects/jquery-datatables-checkboxes/)
1212
* @contact http://www.gyrocode.com/contacts
@@ -987,7 +987,7 @@ Api.registerPlural( 'columns().checkboxes.selected()', 'column().checkboxes.sele
987987
* @name Checkboxes.version
988988
* @static
989989
*/
990-
Checkboxes.version = '1.2.0';
990+
Checkboxes.version = '1.2.1';
991991

992992

993993

0 commit comments

Comments
 (0)