diff options
Diffstat (limited to 'ui/widgets/progressbar.js')
-rw-r--r-- | ui/widgets/progressbar.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ui/widgets/progressbar.js b/ui/widgets/progressbar.js index 20e96440a..02d9230d9 100644 --- a/ui/widgets/progressbar.js +++ b/ui/widgets/progressbar.js @@ -1,5 +1,5 @@ /*! - * jQuery UI Progressbar @VERSION + * jQuery UI Progressbar 1.14.1 * https://jqueryui.com * * Copyright OpenJS Foundation and other contributors @@ -38,7 +38,7 @@ "use strict"; return $.widget( "ui.progressbar", { - version: "@VERSION", + version: "1.14.1", options: { classes: { "ui-progressbar": "ui-corner-all", |