Skip to content

Commit 83156b4

Browse files
committed
Version 1.2.11
1 parent b263d84 commit 83156b4

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.11-dev
1+
/*! Checkboxes 1.2.11
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.11-dev
9+
* @version 1.2.11
1010
* @file dataTables.checkboxes.js
1111
* @author Gyrocode (http://www.gyrocode.com/projects/jquery-datatables-checkboxes/)
1212
* @contact http://www.gyrocode.com/contacts
@@ -1217,7 +1217,7 @@
12171217
* @name Checkboxes.version
12181218
* @static
12191219
*/
1220-
Checkboxes.version = '1.2.11-dev';
1220+
Checkboxes.version = '1.2.11';
12211221

12221222

12231223

0 commit comments

Comments
 (0)