Skip to content

Commit 06ab134

Browse files
author
dtbuild
committed
Sync tag release - 2.0.0
1 parent 5893095 commit 06ab134

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
@@ -10,6 +10,6 @@
1010
"types/types.d.ts"
1111
],
1212
"src-repo": "http://github.com/DataTables/Select",
13-
"last-tag": "1.7.0",
13+
"last-tag": "2.0.0",
1414
"last-sync": "011323858ae180d446da26932ad170a1c5e0cd2a"
1515
}

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>1.7.0</version>
4+
<version>2.0.0</version>
55
<id>datatables.net-select</id>
66
<description>This is Select for DataTables</description>
77
<repository type="git" url="https://github.com/DataTables/Dist-DataTables-Select.git"/>

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"main": "js/dataTables.select.js",
55
"module": "js/dataTables.select.mjs",
66
"types": "./types/types.d.ts",
7-
"version": "1.7.0",
7+
"version": "2.0.0",
88
"files": [
99
"js/**/*.js",
1010
"js/**/*.mjs",
@@ -20,7 +20,7 @@
2020
"sort"
2121
],
2222
"dependencies": {
23-
"datatables.net": ">=1.13.4",
23+
"datatables.net": ">=2.0.0",
2424
"jquery": ">=1.7"
2525
},
2626
"moduleType": [

0 commit comments

Comments
 (0)