Skip to content

Commit 7cdd04a

Browse files
committed
Sync tag release - 2.3.2
1 parent 0476c47 commit 7cdd04a

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
@@ -14,6 +14,6 @@
1414
"types/types.d.ts"
1515
],
1616
"src-repo": "http://github.com/DataTables/Buttons",
17-
"last-tag": "2.3.1",
17+
"last-tag": "2.3.2",
1818
"last-sync": "d145c8bc5c29bf3931bdbd7deca9d875d085d865"
1919
}

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>2.3.1</version>
4+
<version>2.3.2</version>
55
<id>datatables.net-buttons-jqui</id>
66
<description>This is Buttons for DataTables with styling for [jQueryUI](http://jqueryui.com/)</description>
77
<repository type="git" url="https://github.com/DataTables/Dist-DataTables-Buttons-jQueryUI.git"/>

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"module": "js/buttons.jqueryui.mjs",
66
"style": "css/buttons.jqueryui.css",
77
"types": "./types/types.d.ts",
8-
"version": "2.3.1",
8+
"version": "2.3.2",
99
"files": [
1010
"css/**/*.css",
1111
"js/**/*.js",

0 commit comments

Comments
 (0)