aboutsummaryrefslogtreecommitdiffstats
path: root/ui/progressbar.js
diff options
context:
space:
mode:
Diffstat (limited to 'ui/progressbar.js')
-rw-r--r--ui/progressbar.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/ui/progressbar.js b/ui/progressbar.js
index ac8144d73..cf715e940 100644
--- a/ui/progressbar.js
+++ b/ui/progressbar.js
@@ -1,5 +1,5 @@
/*!
- * jQuery UI Progressbar @VERSION
+ * jQuery UI Progressbar 1.11.2
* http://jqueryui.com
*
* Copyright 2014 jQuery Foundation and other contributors
@@ -25,7 +25,7 @@
}(function( $ ) {
return $.widget( "ui.progressbar", {
- version: "@VERSION",
+ version: "1.11.2",
options: {
max: 100,
value: 0,