Skip to content

Commit

Permalink
ef4a5ab11606e7dc0ecd3b6249dcb2faed302afd Release 3.1.0
Browse files Browse the repository at this point in the history
Sync to source repo @ef4a5ab11606e7dc0ecd3b6249dcb2faed302afd
  • Loading branch information
dtbuild committed Jul 19, 2024
1 parent d3a7152 commit e9397cf
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.0.2",
"last-sync": "4eda61c32e5e7d420ab471da25ea52de4c22343f"
"last-sync": "ef4a5ab11606e7dc0ecd3b6249dcb2faed302afd"
}
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.0.2
/*! Buttons for DataTables 3.1.0
* © SpryMedia Ltd - datatables.net/license
*/

Expand Down Expand Up @@ -2035,7 +2035,7 @@ Buttons.defaults = {
* @type {string}
* @static
*/
Buttons.version = '3.0.2';
Buttons.version = '3.1.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.0.2
/*! Buttons for DataTables 3.1.0
* © SpryMedia Ltd - datatables.net/license
*/

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

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

0 comments on commit e9397cf

Please sign in to comment.