From d67ca5d8aa73283f659ee882a979f87f941e3834 Mon Sep 17 00:00:00 2001 From: Allan Jardine Date: Fri, 24 Sep 2021 15:10:51 +0100 Subject: [PATCH] Sync tag release - 1.11.3 --- datatables.json | 2 +- nuget.nuspec | 2 +- package.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/datatables.json b/datatables.json index fb95a7e..a89dacf 100644 --- a/datatables.json +++ b/datatables.json @@ -8,6 +8,6 @@ "types/types.d.ts" ], "src-repo": "http://github.com/DataTables/DataTablesSrc", - "last-tag": "1.11.2", + "last-tag": "1.11.3", "last-sync": "79772b97fe6d45af67057cc13fa6af3f00c873ea" } \ No newline at end of file diff --git a/nuget.nuspec b/nuget.nuspec index 52c2bb0..e5ee12e 100644 --- a/nuget.nuspec +++ b/nuget.nuspec @@ -1,7 +1,7 @@ - 1.11.2 + 1.11.3 datatables.net This is jQuery DataTables diff --git a/package.json b/package.json index 2f4da8c..e049e32 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "description": "jQuery DataTables", "main": "js/jquery.dataTables.js", "types": "./types/types.d.ts", - "version": "1.11.2", + "version": "1.11.3", "files": [ "js/**/*.js", "types/**/*.d.ts"