diff --git a/datatables.json b/datatables.json index 12a0d45..405ccfa 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.12.1", + "last-tag": "1.13.0", "last-sync": "a6eba787495929d43f602f458bb662bd6a099290" } \ No newline at end of file diff --git a/nuget.nuspec b/nuget.nuspec index 7067afa..9b68699 100644 --- a/nuget.nuspec +++ b/nuget.nuspec @@ -1,7 +1,7 @@ - 1.12.1 + 1.13.0 datatables.net This is jQuery DataTables diff --git a/package.json b/package.json index 85eb206..221f92e 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.12.1", + "version": "1.13.0", "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