diff --git a/datatables.json b/datatables.json index 5ad2168..83e085c 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.1.4", + "last-tag": "2.1.5", "last-sync": "d8c8900fbafa42a90aec216397ebf13095c10a20" } \ No newline at end of file diff --git a/nuget.nuspec b/nuget.nuspec index b0794b9..d2d09cb 100644 --- a/nuget.nuspec +++ b/nuget.nuspec @@ -1,7 +1,7 @@ - 2.1.4 + 2.1.5 datatables.net This is jQuery DataTables diff --git a/package.json b/package.json index e119124..66c6a69 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.1.4", + "version": "2.1.5", "files": [ "js/**/*.js", "js/**/*.mjs",