diff --git a/datatables.json b/datatables.json index 22f6184..fc8ddfd 100644 --- a/datatables.json +++ b/datatables.json @@ -11,6 +11,6 @@ "types/dataTables.dataTables.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 6959226..a7c5375 100644 --- a/nuget.nuspec +++ b/nuget.nuspec @@ -1,7 +1,7 @@ - 1.11.2 + 1.11.3 datatables.net-dt This is DataTables with styling for [DataTables](https://datatables.net/) diff --git a/package.json b/package.json index 9511217..765d6a2 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "main": "js/dataTables.dataTables.js", "style": "css/jquery.dataTables.css", "types": "./types/dataTables.dataTables.d.ts", - "version": "1.11.2", + "version": "1.11.3", "files": [ "css/**/*.css", "js/**/*.js",