Skip to content

Commit 784e131

Browse files
committed
Version 1.1.0
1 parent 22f0c8b commit 784e131

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.1.0-alpha.1
1+
/*! Checkboxes 1.1.0
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.1.0-alpha.1
9+
* @version 1.1.0
1010
* @file dataTables.checkboxes.js
1111
* @author Gyrocode (http://www.gyrocode.com/projects/jquery-datatables-checkboxes/)
1212
* @contact http://www.gyrocode.com/contacts
@@ -772,7 +772,7 @@ Api.registerPlural( 'columns().checkboxes.selected()', 'column().checkboxes.sele
772772
* @name Checkboxes.version
773773
* @static
774774
*/
775-
Checkboxes.version = '1.0.0';
775+
Checkboxes.version = '1.1.0';
776776

777777

778778

0 commit comments

Comments
 (0)