Skip to content

Commit

Permalink
9e2d8667d12abbda4b2407416452229d21317680 Release 3.0.0
Browse files Browse the repository at this point in the history
Sync to source repo @9e2d8667d12abbda4b2407416452229d21317680
  • Loading branch information
dtbuild committed Feb 15, 2024
1 parent 4e408af commit e9c2ed2
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": "2.4.2",
"last-sync": "a6fc62c013bca87be9d296889c863b34820f04c9"
"last-sync": "9e2d8667d12abbda4b2407416452229d21317680"
}
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.0-dev
/*! Buttons for DataTables 3.0.0
* © SpryMedia Ltd - datatables.net/license
*/

Expand Down Expand Up @@ -1996,7 +1996,7 @@ Buttons.defaults = {
* @type {string}
* @static
*/
Buttons.version = '3.0.0-dev';
Buttons.version = '3.0.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.0-dev
/*! Buttons for DataTables 3.0.0
* © SpryMedia Ltd - datatables.net/license
*/

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

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

0 comments on commit e9c2ed2

Please sign in to comment.