diff --git a/datatables.json b/datatables.json index 5633fd7..7ffe1ec 100644 --- a/datatables.json +++ b/datatables.json @@ -11,6 +11,6 @@ "types/dataTables.bootstrap.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 7d29ce4..ca21fa0 100644 --- a/nuget.nuspec +++ b/nuget.nuspec @@ -1,7 +1,7 @@ - 1.11.2 + 1.11.3 datatables.net-bs This is DataTables with styling for [Bootstrap](https://getbootstrap.com/docs/3.3/) diff --git a/package.json b/package.json index d924aa0..0abe63d 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "main": "js/dataTables.bootstrap.js", "style": "css/dataTables.bootstrap.css", "types": "./types/dataTables.bootstrap.d.ts", - "version": "1.11.2", + "version": "1.11.3", "files": [ "css/**/*.css", "js/**/*.js",