Skip to content

Commit 9e2d866

Browse files
committed
Release 3.0.0
1 parent a6fc62c commit 9e2d866

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

js/dataTables.buttons.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/*! Buttons for DataTables 3.0.0-dev
1+
/*! Buttons for DataTables 3.0.0
22
* © SpryMedia Ltd - datatables.net/license
33
*/
44

@@ -1949,7 +1949,7 @@ Buttons.defaults = {
19491949
* @type {string}
19501950
* @static
19511951
*/
1952-
Buttons.version = '3.0.0-dev';
1952+
Buttons.version = '3.0.0';
19531953

19541954
$.extend(_dtButtons, {
19551955
collection: {

0 commit comments

Comments
 (0)