From e5924f990a8207c1217e1d1254f3a128f2302742 Mon Sep 17 00:00:00 2001 From: Allan Jardine Date: Fri, 24 Sep 2021 15:11:26 +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 6221db0..00fbd34 100644 --- a/datatables.json +++ b/datatables.json @@ -11,6 +11,6 @@ "types/dataTables.foundation.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 739e86c..5cfdb7f 100644 --- a/nuget.nuspec +++ b/nuget.nuspec @@ -1,7 +1,7 @@ - 1.11.2 + 1.11.3 datatables.net-zf This is DataTables with styling for [Foundation](https://get.foundation/) diff --git a/package.json b/package.json index 724e754..6cd1111 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "main": "js/dataTables.foundation.js", "style": "css/dataTables.foundation.css", "types": "./types/dataTables.foundation.d.ts", - "version": "1.11.2", + "version": "1.11.3", "files": [ "css/**/*.css", "js/**/*.js",