diff --git a/datatables.json b/datatables.json index 0c579c3..6e96f27 100644 --- a/datatables.json +++ b/datatables.json @@ -11,6 +11,6 @@ "types/dataTables.bootstrap4.d.ts" ], "src-repo": "http://github.com/DataTables/DataTablesSrc", - "last-tag": "1.11.2", + "last-tag": "1.11.3", "last-sync": "79772b97fe6d45af67057cc13fa6af3f00c873ea" } \ No newline at end of file diff --git a/nuget.nuspec b/nuget.nuspec index 8b6ffcd..dc8bec4 100644 --- a/nuget.nuspec +++ b/nuget.nuspec @@ -1,7 +1,7 @@ - 1.11.2 + 1.11.3 datatables.net-bs4 This is DataTables with styling for [Bootstrap4](https://getbootstrap.com/docs/4.6/getting-started/introduction/) diff --git a/package.json b/package.json index c0139a1..7534699 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "main": "js/dataTables.bootstrap4.js", "style": "css/dataTables.bootstrap4.css", "types": "./types/dataTables.bootstrap4.d.ts", - "version": "1.11.2", + "version": "1.11.3", "files": [ "css/**/*.css", "js/**/*.js",