We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a6fc62c commit 9e2d866Copy full SHA for 9e2d866
1 file changed
js/dataTables.buttons.js
@@ -1,4 +1,4 @@
1
-/*! Buttons for DataTables 3.0.0-dev
+/*! Buttons for DataTables 3.0.0
2
* © SpryMedia Ltd - datatables.net/license
3
*/
4
@@ -1949,7 +1949,7 @@ Buttons.defaults = {
1949
* @type {string}
1950
* @static
1951
1952
-Buttons.version = '3.0.0-dev';
+Buttons.version = '3.0.0';
1953
1954
$.extend(_dtButtons, {
1955
collection: {
0 commit comments