Skip to content

Commit 2b7438e

Browse files
author
dtbuild
committed
Sync tag release - 3.2.5
1 parent b0efb3d commit 2b7438e

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

datatables.json

Lines changed: 1 addition & 1 deletion
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.2.4",
27+
"last-tag": "3.2.5",
2828
"last-sync": "2ff898f8380790519bf30383dd381f4a72f81689"
2929
}

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.2.4</version>
4+
<version>3.2.5</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

Lines changed: 1 addition & 1 deletion
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.2.4",
7+
"version": "3.2.5",
88
"files": [
99
"js/**/*.js",
1010
"js/**/*.mjs",

0 commit comments

Comments
 (0)