From e9e5fd6114cdb76ac14c36a3f6c8cbe944404bc1 Mon Sep 17 00:00:00 2001 From: Michał Gołębiowski-Owczarek Date: Fri, 6 Aug 2021 17:18:16 +0200 Subject: 1.13.0-alpha.1 --- ui/widgets/progressbar.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'ui/widgets/progressbar.js') diff --git a/ui/widgets/progressbar.js b/ui/widgets/progressbar.js index e39bc2fcb..a8c33e48e 100644 --- a/ui/widgets/progressbar.js +++ b/ui/widgets/progressbar.js @@ -1,5 +1,5 @@ /*! - * jQuery UI Progressbar @VERSION + * jQuery UI Progressbar 1.13.0-alpha.1 * http://jqueryui.com * * Copyright jQuery Foundation and other contributors @@ -38,7 +38,7 @@ "use strict"; return $.widget( "ui.progressbar", { - version: "@VERSION", + version: "1.13.0-alpha.1", options: { classes: { "ui-progressbar": "ui-corner-all", -- cgit v1.2.3