Skip to content

Commit 7ee2622

Browse files
committed
chore: Update version.
1 parent cd88044 commit 7ee2622

File tree

4 files changed

+6
-7
lines changed

4 files changed

+6
-7
lines changed

js/dataTables.checkboxes.js

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* jQuery DataTables Checkboxes (https://www.gyrocode.com/projects/jquery-datatables-checkboxes/)
33
* Checkboxes extension for jQuery DataTables
44
*
5-
* @version 1.3.0-beta1
5+
* @version 1.3.0
66
* @author Gyrocode LLC (https://www.gyrocode.com)
77
* @copyright (c) Gyrocode LLC
88
* @license MIT
@@ -1322,8 +1322,7 @@
13221322
* @name Checkboxes.version
13231323
* @static
13241324
*/
1325-
Checkboxes.version = '1.3.0-beta1';
1326-
1325+
Checkboxes.version = '1.3.0';
13271326

13281327

13291328
$.fn.DataTable.Checkboxes = Checkboxes;

0 commit comments

Comments
 (0)