From 6d072c596a81d99a77fc36c14caf3eb3a803689e Mon Sep 17 00:00:00 2001 From: Michał Gołębiowski-Owczarek Date: Thu, 7 Oct 2021 16:05:16 +0200 Subject: 1.13.0 --- ui/widgets/autocomplete.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'ui/widgets/autocomplete.js') diff --git a/ui/widgets/autocomplete.js b/ui/widgets/autocomplete.js index 4166029b2..ea31b7e8d 100644 --- a/ui/widgets/autocomplete.js +++ b/ui/widgets/autocomplete.js @@ -1,5 +1,5 @@ /*! - * jQuery UI Autocomplete @VERSION + * jQuery UI Autocomplete 1.13.0 * http://jqueryui.com * * Copyright jQuery Foundation and other contributors @@ -40,7 +40,7 @@ "use strict"; $.widget( "ui.autocomplete", { - version: "@VERSION", + version: "1.13.0", defaultElement: "", options: { appendTo: null, -- cgit v1.2.3