Skip to content

Commit 3ae77ba

Browse files
committed
Sync tag release - 2.11.0
1 parent d38a7ad commit 3ae77ba

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

datatables.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,6 @@
1313
"types/keyTable.bootstrap.d.ts"
1414
],
1515
"src-repo": "http://github.com/DataTables/KeyTable",
16-
"last-tag": "2.10.0",
16+
"last-tag": "2.11.0",
1717
"last-sync": "80b148c4c9c0e5a1adaad5e64931475f0eeb0e03"
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.10.0</version>
4+
<version>2.11.0</version>
55
<id>datatables.net-keytable-bs</id>
66
<description>This is KeyTable for DataTables with styling for [Bootstrap](https://getbootstrap.com/docs/3.3/)</description>
77
<repository type="git" url="https://github.com/DataTables/Dist-DataTables-KeyTable-Bootstrap.git"/>

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"module": "js/keyTable.bootstrap.mjs",
66
"style": "css/keyTable.bootstrap.css",
77
"types": "./types/keyTable.bootstrap.d.ts",
8-
"version": "2.10.0",
8+
"version": "2.11.0",
99
"files": [
1010
"css/**/*.css",
1111
"js/**/*.js",
@@ -25,8 +25,8 @@
2525
"sort"
2626
],
2727
"dependencies": {
28-
"datatables.net-keytable": ">=2.9.0",
29-
"datatables.net-bs": ">=1.13.4",
28+
"datatables.net-keytable": "2.11.0",
29+
"datatables.net-bs": ">=1.11",
3030
"jquery": ">=1.7"
3131
},
3232
"moduleType": [

0 commit comments

Comments
 (0)