diff --git a/datatables.json b/datatables.json index e4a7e50..846a2a7 100644 --- a/datatables.json +++ b/datatables.json @@ -13,6 +13,6 @@ "types/dataTables.bootstrap.d.ts" ], "src-repo": "http://github.com/DataTables/DataTablesSrc", - "last-tag": "2.0.4", + "last-tag": "2.0.5", "last-sync": "b135e9b8cc29834a99364f0e6d75f1285b8b58e8" } \ No newline at end of file diff --git a/nuget.nuspec b/nuget.nuspec index 8293e87..988f1cc 100644 --- a/nuget.nuspec +++ b/nuget.nuspec @@ -1,7 +1,7 @@ - 2.0.4 + 2.0.5 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 e222d26..737394b 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "module": "js/dataTables.bootstrap.mjs", "style": "css/dataTables.bootstrap.css", "types": "./types/dataTables.bootstrap.d.ts", - "version": "2.0.4", + "version": "2.0.5", "files": [ "css/**/*.css", "js/**/*.js", @@ -21,7 +21,7 @@ "sort" ], "dependencies": { - "datatables.net": "2.0.4", + "datatables.net": "2.0.5", "jquery": ">=1.7" }, "moduleType": [