Skip to content

Commit

Permalink
c863eed3dcf6200ffa23f4917d4eda0c35fc03e4 Release 3.1.1
Browse files Browse the repository at this point in the history
Sync to source repo @c863eed3dcf6200ffa23f4917d4eda0c35fc03e4
  • Loading branch information
dtbuild committed Aug 1, 2024
1 parent 32d027a commit 9a006d7
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.0",
"last-sync": "db912ef1d4b5945cbacd7d13cd74e80a715db646"
"last-sync": "c863eed3dcf6200ffa23f4917d4eda0c35fc03e4"
}
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.0
/*! Buttons for DataTables 3.1.1
* © SpryMedia Ltd - datatables.net/license
*/

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

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

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

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

0 comments on commit 9a006d7

Please sign in to comment.