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 08a4b61c5..6f7fb366b 100644 --- a/ui/widgets/button.js +++ b/ui/widgets/button.js @@ -1,5 +1,5 @@ /*! - * jQuery UI Button @VERSION + * jQuery UI Button 1.14.0-beta.1 * https://jqueryui.com * * Copyright OpenJS Foundation and other contributors @@ -42,7 +42,7 @@ "use strict"; $.widget( "ui.button", { - version: "@VERSION", + version: "1.14.0-beta.1", defaultElement: "<button>", options: { classes: { |