Skip to content

Commit dfc7316

Browse files
committedSep 3, 2021
Sync tag release - 1.11.0
1 parent 622f639 commit dfc7316

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed
 

‎datatables.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,6 @@
1111
"types/dataTables.bootstrap4.d.ts"
1212
],
1313
"src-repo": "http://github.com/DataTables/DataTablesSrc",
14-
"last-tag": "1.10.25",
14+
"last-tag": "1.11.0",
1515
"last-sync": "a6ece4b2200e305b761f1ba2a893d8bcc5c5cb52"
1616
}

‎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.10.25</version>
4+
<version>1.11.0</version>
55
<id>datatables.net-bs4</id>
66
<description>This is DataTables with styling for [Bootstrap4](https://getbootstrap.com/docs/4.6/getting-started/introduction/)</description>
77
<repository type="git" url="https://github.com/DataTables/Dist-DataTables-Bootstrap4.git"/>

‎package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"main": "js/dataTables.bootstrap4.js",
55
"style": "css/dataTables.bootstrap4.css",
66
"types": "./types/dataTables.bootstrap4.d.ts",
7-
"version": "1.10.25",
7+
"version": "1.11.0",
88
"files": [
99
"css/**/*.css",
1010
"js/**/*.js",
@@ -13,7 +13,7 @@
1313
],
1414
"keywords": [
1515
"Bootstrap",
16-
"Bootstrap4",
16+
"Bootstrap4",
1717
"Datatables",
1818
"jQuery",
1919
"table",
@@ -45,4 +45,4 @@
4545
"type": "git",
4646
"url": "https://github.com/DataTables/Dist-DataTables-Bootstrap4.git"
4747
}
48-
}
48+
}

0 commit comments

Comments
 (0)