diff --git a/datatables.json b/datatables.json index 08c9593..7ff6980 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": "1.13.7", + "last-tag": "1.13.8", "last-sync": "d465757b36e0237b93a1fce05d553a3bb9ecd946" } \ No newline at end of file diff --git a/nuget.nuspec b/nuget.nuspec index 7e7d3b6..38bf5af 100644 --- a/nuget.nuspec +++ b/nuget.nuspec @@ -1,7 +1,7 @@ - 1.13.7 + 1.13.8 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 6066135..c5f9a34 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": "1.13.7", + "version": "1.13.8", "files": [ "css/**/*.css", "js/**/*.js", @@ -22,7 +22,7 @@ "sort" ], "dependencies": { - "datatables.net": "1.13.7", + "datatables.net": "1.13.8", "jquery": ">=1.7" }, "moduleType": [