diff --git a/datatables.json b/datatables.json index c564ebb..ff7a9a7 100644 --- a/datatables.json +++ b/datatables.json @@ -13,6 +13,6 @@ "types/dataTables.semanticui.d.ts" ], "src-repo": "http://github.com/DataTables/DataTablesSrc", - "last-tag": "2.0.6", + "last-tag": "2.0.7", "last-sync": "2dbfcaac1f25b06c8aba6e9233eda9a22c8b1d32" } \ No newline at end of file diff --git a/nuget.nuspec b/nuget.nuspec index 0a8b1b2..c0f12e5 100644 --- a/nuget.nuspec +++ b/nuget.nuspec @@ -1,7 +1,7 @@ - 2.0.6 + 2.0.7 datatables.net-se This is DataTables with styling for [SemanticUI](https://semantic-ui.com/) diff --git a/package.json b/package.json index 50fcf82..a0abeab 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "module": "js/dataTables.semanticui.mjs", "style": "css/dataTables.semanticui.css", "types": "./types/dataTables.semanticui.d.ts", - "version": "2.0.6", + "version": "2.0.7", "files": [ "css/**/*.css", "js/**/*.js", @@ -23,7 +23,7 @@ "sort" ], "dependencies": { - "datatables.net": "2.0.6", + "datatables.net": "2.0.7", "jquery": ">=1.7" }, "moduleType": [