From 6716a2204796ddfd89e2bb0edb4f3986f2dd864d Mon Sep 17 00:00:00 2001 From: Allan Jardine Date: Fri, 17 Jun 2022 10:48:18 +0100 Subject: [PATCH] Sync tag release - 1.3.4 --- 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 f985d91..e27d60c 100644 --- a/datatables.json +++ b/datatables.json @@ -11,6 +11,6 @@ "types/searchBuilder.jqueryui.d.ts" ], "src-repo": "http://github.com/DataTables/SearchBuilder", - "last-tag": "1.3.3", + "last-tag": "1.3.4", "last-sync": "0cf345a93d31b80c3090e002204c9cd70ebee266" } \ No newline at end of file diff --git a/nuget.nuspec b/nuget.nuspec index 93db936..903d615 100644 --- a/nuget.nuspec +++ b/nuget.nuspec @@ -1,7 +1,7 @@ - 1.3.3 + 1.3.4 datatables.net-searchbuilder-jqui This is SearchBuilder for DataTables with styling for [jQueryUI](http://jqueryui.com/) diff --git a/package.json b/package.json index 4e6d7e3..9744b6a 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "main": "js/searchBuilder.jqueryui.js", "style": "css/searchBuilder.jqueryui.css", "types": "./types/searchBuilder.jqueryui.d.ts", - "version": "1.3.3", + "version": "1.3.4", "files": [ "css/**/*.css", "js/**/*.js",