Skip to content

Commit 4821c48

Browse files
committed
Sync tag release - 1.11.3
1 parent 001ec2b commit 4821c48

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

datatables.json

Lines changed: 1 addition & 1 deletion
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.11.2",
14+
"last-tag": "1.11.3",
1515
"last-sync": "79772b97fe6d45af67057cc13fa6af3f00c873ea"
1616
}

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>1.11.2</version>
4+
<version>1.11.3</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

Lines changed: 1 addition & 1 deletion
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.11.2",
7+
"version": "1.11.3",
88
"files": [
99
"css/**/*.css",
1010
"js/**/*.js",

0 commit comments

Comments
 (0)