Skip to content

Commit

Permalink
4013447fd9b542203cf0e082835fa200fe558c65 Release 3.1.2
Browse files Browse the repository at this point in the history
Sync to source repo @4013447fd9b542203cf0e082835fa200fe558c65
  • Loading branch information
dtbuild committed Aug 30, 2024
1 parent cb89700 commit c92939f
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.1",
"last-sync": "8ac1bbb1069ef36fca3bdf3eb2561cff47d4c5a1"
"last-sync": "4013447fd9b542203cf0e082835fa200fe558c65"
}
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.1.1
/*! Buttons for DataTables 3.1.2
* © SpryMedia Ltd - datatables.net/license
*/

Expand Down Expand Up @@ -2035,7 +2035,7 @@ Buttons.defaults = {
* @type {string}
* @static
*/
Buttons.version = '3.1.1';
Buttons.version = '3.1.2';

$.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.1.1
/*! Buttons for DataTables 3.1.2
* © SpryMedia Ltd - datatables.net/license
*/

Expand Down Expand Up @@ -1995,7 +1995,7 @@ Buttons.defaults = {
* @type {string}
* @static
*/
Buttons.version = '3.1.1';
Buttons.version = '3.1.2';

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

0 comments on commit c92939f

Please sign in to comment.