diff options
author | Michał Gołębiowski-Owczarek <m.goleb@gmail.com> | 2021-09-03 14:50:13 +0200 |
---|---|---|
committer | Michał Gołębiowski-Owczarek <m.goleb@gmail.com> | 2021-09-03 14:50:13 +0200 |
commit | 4133337531715779d3f6feb7a4dd135df42369b2 (patch) | |
tree | 53b76e512219c6856462503a4c5131cde16aee50 /ui/widgets/progressbar.js | |
parent | 2fd224d5cc3ac7ce37e3e60e4d28e19f89321dcd (diff) | |
download | jquery-ui-1.13.0-rc.2.tar.gz jquery-ui-1.13.0-rc.2.zip |
1.13.0-rc.21.13.0-rc.2
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 e39bc2fcb..c5ad8b759 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-rc.2 * 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-rc.2", options: { classes: { "ui-progressbar": "ui-corner-all", |