Skip to content

Commit d2e6b3d

Browse files
author
dtbuild
committed
Sync tag release - 3.1.1
1 parent 92bec17 commit d2e6b3d

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

datatables.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,6 @@
1313
"types/buttons.dataTables.d.ts"
1414
],
1515
"src-repo": "http://github.com/DataTables/Buttons",
16-
"last-tag": "3.1.0",
16+
"last-tag": "3.1.1",
1717
"last-sync": "c863eed3dcf6200ffa23f4917d4eda0c35fc03e4"
1818
}

nuget.nuspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
33
<metadata>
4-
<version>3.1.0</version>
4+
<version>3.1.1</version>
55
<id>datatables.net-buttons-dt</id>
66
<description>This is Buttons for DataTables with styling for [DataTables](https://datatables.net/)</description>
77
<repository type="git" url="https://github.com/DataTables/Dist-DataTables-Buttons-DataTables.git"/>

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"module": "js/buttons.dataTables.mjs",
66
"style": "css/buttons.dataTables.css",
77
"types": "./types/buttons.dataTables.d.ts",
8-
"version": "3.1.0",
8+
"version": "3.1.1",
99
"files": [
1010
"css/**/*.css",
1111
"js/**/*.js",
@@ -26,7 +26,7 @@
2626
"sort"
2727
],
2828
"dependencies": {
29-
"datatables.net-buttons": "3.1.0",
29+
"datatables.net-buttons": "3.1.1",
3030
"datatables.net-dt": "^2",
3131
"jquery": ">=1.7"
3232
},

0 commit comments

Comments
 (0)