diff --git a/datatables.json b/datatables.json index 7eb0635..c852744 100644 --- a/datatables.json +++ b/datatables.json @@ -10,6 +10,6 @@ "types/types.d.ts" ], "src-repo": "http://github.com/DataTables/DataTablesSrc", - "last-tag": "2.0.1", + "last-tag": "2.0.2", "last-sync": "5f976cf412efc60c3c3ef521f95c80b51b7ddbf6" } \ No newline at end of file diff --git a/nuget.nuspec b/nuget.nuspec index a6af9db..b99b4ea 100644 --- a/nuget.nuspec +++ b/nuget.nuspec @@ -1,7 +1,7 @@ - 2.0.1 + 2.0.2 datatables.net This is jQuery DataTables diff --git a/package.json b/package.json index e82e815..2635b01 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "main": "js/dataTables.js", "module": "js/dataTables.mjs", "types": "./types/types.d.ts", - "version": "2.0.1", + "version": "2.0.2", "files": [ "js/**/*.js", "js/**/*.mjs",