diff --git a/datatables.json b/datatables.json index 35a30dc..4c4a892 100644 --- a/datatables.json +++ b/datatables.json @@ -10,6 +10,6 @@ "types/types.d.ts" ], "src-repo": "http://github.com/DataTables/DataTablesSrc", - "last-tag": "1.13.8", + "last-tag": "1.13.9", "last-sync": "d465757b36e0237b93a1fce05d553a3bb9ecd946" -} \ No newline at end of file +} diff --git a/nuget.nuspec b/nuget.nuspec index 3b938a0..31a9ea5 100644 --- a/nuget.nuspec +++ b/nuget.nuspec @@ -1,7 +1,7 @@ - 1.13.8 + 1.13.9 datatables.net This is jQuery DataTables diff --git a/package.json b/package.json index d66454e..3ebe60f 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "main": "js/jquery.dataTables.js", "module": "js/jquery.dataTables.mjs", "types": "./types/types.d.ts", - "version": "1.13.8", + "version": "1.13.9", "files": [ "js/**/*.js", "js/**/*.mjs", @@ -41,4 +41,4 @@ "type": "git", "url": "https://github.com/DataTables/Dist-DataTables.git" } -} \ No newline at end of file +}