diff options
Diffstat (limited to 'ui/widgets/button.js')
-rw-r--r-- | ui/widgets/button.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ui/widgets/button.js b/ui/widgets/button.js index 50da9f9e2..a9d454351 100644 --- a/ui/widgets/button.js +++ b/ui/widgets/button.js @@ -1,5 +1,5 @@ /*! - * jQuery UI Button @VERSION + * jQuery UI Button 1.12.0-beta.1 * http://jqueryui.com * * Copyright jQuery Foundation and other contributors @@ -39,7 +39,7 @@ }( function( $ ) { $.widget( "ui.button", { - version: "@VERSION", + version: "1.12.0-beta.1", defaultElement: "<button>", options: { classes: { |