Skip to content

Commit c92939f

Browse files
author
dtbuild
committed
4013447fd9b542203cf0e082835fa200fe558c65 Release 3.1.2
Sync to source repo @4013447fd9b542203cf0e082835fa200fe558c65
1 parent cb89700 commit c92939f

5 files changed

+9
-9
lines changed

datatables.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,5 +25,5 @@
2525
],
2626
"src-repo": "http://github.com/DataTables/Buttons",
2727
"last-tag": "3.1.1",
28-
"last-sync": "8ac1bbb1069ef36fca3bdf3eb2561cff47d4c5a1"
28+
"last-sync": "4013447fd9b542203cf0e082835fa200fe558c65"
2929
}

js/dataTables.buttons.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/*! Buttons for DataTables 3.1.1
1+
/*! Buttons for DataTables 3.1.2
22
* © SpryMedia Ltd - datatables.net/license
33
*/
44

@@ -2035,7 +2035,7 @@ Buttons.defaults = {
20352035
* @type {string}
20362036
* @static
20372037
*/
2038-
Buttons.version = '3.1.1';
2038+
Buttons.version = '3.1.2';
20392039

20402040
$.extend(_dtButtons, {
20412041
collection: {

js/dataTables.buttons.min.js

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

js/dataTables.buttons.min.mjs

+2-2
Large diffs are not rendered by default.

js/dataTables.buttons.mjs

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/*! Buttons for DataTables 3.1.1
1+
/*! Buttons for DataTables 3.1.2
22
* © SpryMedia Ltd - datatables.net/license
33
*/
44

@@ -1995,7 +1995,7 @@ Buttons.defaults = {
19951995
* @type {string}
19961996
* @static
19971997
*/
1998-
Buttons.version = '3.1.1';
1998+
Buttons.version = '3.1.2';
19991999

20002000
$.extend(_dtButtons, {
20012001
collection: {

0 commit comments

Comments
 (0)