Skip to content

Commit

Permalink
24a3dd12626c70152100444eebb1c5ab3be6c7fe Release 3.2.0
Browse files Browse the repository at this point in the history
Sync to source repo @24a3dd12626c70152100444eebb1c5ab3be6c7fe
  • Loading branch information
dtbuild committed Nov 12, 2024
1 parent a8ca3e6 commit d9c1c65
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion datatables.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,5 @@
],
"src-repo": "http://github.com/DataTables/Buttons",
"last-tag": "3.1.2",
"last-sync": "f95f576bb7fa6fcc6fa6ccb26c3a8a5b9e475ecf"
"last-sync": "24a3dd12626c70152100444eebb1c5ab3be6c7fe"
}
4 changes: 2 additions & 2 deletions js/dataTables.buttons.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*! Buttons for DataTables 3.2.0-dev
/*! Buttons for DataTables 3.2.0
* © SpryMedia Ltd - datatables.net/license
*/

Expand Down Expand Up @@ -2144,7 +2144,7 @@ Buttons.defaults = {
* @type {string}
* @static
*/
Buttons.version = '3.2.0-dev';
Buttons.version = '3.2.0';

$.extend(_dtButtons, {
collection: {
Expand Down
4 changes: 2 additions & 2 deletions js/dataTables.buttons.min.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions js/dataTables.buttons.min.mjs

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions js/dataTables.buttons.mjs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*! Buttons for DataTables 3.2.0-dev
/*! Buttons for DataTables 3.2.0
* © SpryMedia Ltd - datatables.net/license
*/

Expand Down Expand Up @@ -2104,7 +2104,7 @@ Buttons.defaults = {
* @type {string}
* @static
*/
Buttons.version = '3.2.0-dev';
Buttons.version = '3.2.0';

$.extend(_dtButtons, {
collection: {
Expand Down

0 comments on commit d9c1c65

Please sign in to comment.