Skip to content

Commit f2d1df7

Browse files
author
dtbuild
committed
Sync tag release - 3.1.0
1 parent 7c2d039 commit f2d1df7

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

datatables.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,6 @@
1313
"types/buttons.foundation.d.ts"
1414
],
1515
"src-repo": "http://github.com/DataTables/Buttons",
16-
"last-tag": "3.0.2",
16+
"last-tag": "3.1.0",
1717
"last-sync": "ef4a5ab11606e7dc0ecd3b6249dcb2faed302afd"
1818
}

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.0.2</version>
4+
<version>3.1.0</version>
55
<id>datatables.net-buttons-zf</id>
66
<description>This is Buttons for DataTables with styling for [Foundation](https://get.foundation/)</description>
77
<repository type="git" url="https://github.com/DataTables/Dist-DataTables-Buttons-Foundation.git"/>

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"module": "js/buttons.foundation.mjs",
66
"style": "css/buttons.foundation.css",
77
"types": "./types/buttons.foundation.d.ts",
8-
"version": "3.0.2",
8+
"version": "3.1.0",
99
"files": [
1010
"css/**/*.css",
1111
"js/**/*.js",
@@ -27,7 +27,7 @@
2727
"sort"
2828
],
2929
"dependencies": {
30-
"datatables.net-buttons": "3.0.2",
30+
"datatables.net-buttons": "3.1.0",
3131
"datatables.net-zf": "^2",
3232
"jquery": ">=1.7"
3333
},

0 commit comments

Comments
 (0)