summaryrefslogtreecommitdiff
path: root/plugins/jqueryui/jqueryui.php
diff options
context:
space:
mode:
authorThomas Bruederli <thomas@roundcube.net>2014-01-26 16:10:43 +0100
committerThomas Bruederli <thomas@roundcube.net>2014-01-26 16:10:43 +0100
commit419c090fd964feade488e82b36b4c77e65140a75 (patch)
treecb3404d2b2e1ce562a11f7ee7f2a6d05060f42c0 /plugins/jqueryui/jqueryui.php
parent3b1d410b4ede2fd54be23bb47da5950535df9b04 (diff)
Update to jQuery UI 1.9.2 (without themes)
Diffstat (limited to 'plugins/jqueryui/jqueryui.php')
-rw-r--r--plugins/jqueryui/jqueryui.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/jqueryui/jqueryui.php b/plugins/jqueryui/jqueryui.php
index e9b3c215e..73daa5d8e 100644
--- a/plugins/jqueryui/jqueryui.php
+++ b/plugins/jqueryui/jqueryui.php
@@ -5,7 +5,7 @@
*
* Provide the jQuery UI library with according themes.
*
- * @version 1.9.1
+ * @version 1.9.2
* @author Cor Bosman <roundcube@wa.ter.net>
* @author Thomas Bruederli <roundcube@gmail.com>
* @license GNU GPLv3+
@@ -16,7 +16,7 @@ class jqueryui extends rcube_plugin
public function init()
{
- $version = '1.9.1';
+ $version = '1.9.2';
$rcmail = rcmail::get_instance();
$this->load_config();