Skip to content

Commit fce6142

Browse files
committed
Sync tag release - 2.4.0
1 parent 4ccfb35 commit fce6142

File tree

3 files changed

+10
-10
lines changed

3 files changed

+10
-10
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.jqueryui.d.ts"
1414
],
1515
"src-repo": "http://github.com/DataTables/Buttons",
16-
"last-tag": "2.3.6",
16+
"last-tag": "2.4.0",
1717
"last-sync": "6d5c5320d439d7d2623429f01f54c8e7a620edcd"
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>2.3.6</version>
4+
<version>2.4.0</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: 8 additions & 8 deletions
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/buttons.jqueryui.d.ts",
8-
"version": "2.3.6",
8+
"version": "2.4.0",
99
"files": [
1010
"css/**/*.css",
1111
"js/**/*.js",
@@ -14,13 +14,13 @@
1414
],
1515
"keywords": [
1616
"Buttons",
17-
"Column Visibility",
18-
"csv",
19-
"excel",
20-
"pdf",
21-
"print",
17+
"Column Visibility",
18+
"csv",
19+
"excel",
20+
"pdf",
21+
"print",
2222
"jQuery UI",
23-
"jQueryUI",
23+
"jQueryUI",
2424
"Datatables",
2525
"jQuery",
2626
"table",
@@ -53,4 +53,4 @@
5353
"type": "git",
5454
"url": "https://github.com/DataTables/Dist-DataTables-Buttons-jQueryUI.git"
5555
}
56-
}
56+
}

0 commit comments

Comments
 (0)