Skip to content

Commit d9c1c65

Browse files
author
dtbuild
committedNov 12, 2024·
24a3dd12626c70152100444eebb1c5ab3be6c7fe Release 3.2.0
Sync to source repo @24a3dd12626c70152100444eebb1c5ab3be6c7fe
1 parent a8ca3e6 commit d9c1c65

5 files changed

+9
-9
lines changed
 

‎datatables.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,5 +25,5 @@
2525
],
2626
"src-repo": "http://github.com/DataTables/Buttons",
2727
"last-tag": "3.1.2",
28-
"last-sync": "f95f576bb7fa6fcc6fa6ccb26c3a8a5b9e475ecf"
28+
"last-sync": "24a3dd12626c70152100444eebb1c5ab3be6c7fe"
2929
}

‎js/dataTables.buttons.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/*! Buttons for DataTables 3.2.0-dev
1+
/*! Buttons for DataTables 3.2.0
22
* © SpryMedia Ltd - datatables.net/license
33
*/
44

@@ -2144,7 +2144,7 @@ Buttons.defaults = {
21442144
* @type {string}
21452145
* @static
21462146
*/
2147-
Buttons.version = '3.2.0-dev';
2147+
Buttons.version = '3.2.0';
21482148

21492149
$.extend(_dtButtons, {
21502150
collection: {

‎js/dataTables.buttons.min.js

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎js/dataTables.buttons.min.mjs

+2-2
Large diffs are not rendered by default.

‎js/dataTables.buttons.mjs

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/*! Buttons for DataTables 3.2.0-dev
1+
/*! Buttons for DataTables 3.2.0
22
* © SpryMedia Ltd - datatables.net/license
33
*/
44

@@ -2104,7 +2104,7 @@ Buttons.defaults = {
21042104
* @type {string}
21052105
* @static
21062106
*/
2107-
Buttons.version = '3.2.0-dev';
2107+
Buttons.version = '3.2.0';
21082108

21092109
$.extend(_dtButtons, {
21102110
collection: {

0 commit comments

Comments
 (0)
Please sign in to comment.