Skip to content

Commit 9eb884c

Browse files
author
dtbuild
committed
Sync tag release - 3.2.0
1 parent d9c1c65 commit 9eb884c

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

datatables.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,6 @@
2424
"types/types.d.ts"
2525
],
2626
"src-repo": "http://github.com/DataTables/Buttons",
27-
"last-tag": "3.1.2",
27+
"last-tag": "3.2.0",
2828
"last-sync": "24a3dd12626c70152100444eebb1c5ab3be6c7fe"
2929
}

nuget.nuspec

+1-1
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.2</version>
4+
<version>3.2.0</version>
55
<id>datatables.net-buttons</id>
66
<description>This is Buttons for DataTables</description>
77
<repository type="git" url="https://github.com/DataTables/Dist-DataTables-Buttons.git"/>

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"main": "js/dataTables.buttons.js",
55
"module": "js/dataTables.buttons.mjs",
66
"types": "./types/types.d.ts",
7-
"version": "3.1.2",
7+
"version": "3.2.0",
88
"files": [
99
"js/**/*.js",
1010
"js/**/*.mjs",

0 commit comments

Comments
 (0)