diff plugins/jqueryui/composer.json @ 8:bf99236cc5cd default tip

try to recover from upgrade fail
author Charlie Root
date Sat, 29 Dec 2018 07:07:34 -0500
parents 4681f974d28b
children
line wrap: on
line diff
--- a/plugins/jqueryui/composer.json	Sat Dec 29 06:32:49 2018 -0500
+++ b/plugins/jqueryui/composer.json	Sat Dec 29 07:07:34 2018 -0500
@@ -3,12 +3,17 @@
     "type": "roundcube-plugin",
     "description": "Plugin adds the complete jQuery-UI library including the smoothness theme to Roundcube. This allows other plugins to use jQuery-UI without having to load their own version. The benefit of using one central jQuery-UI is that we wont run into problems of conflicting jQuery libraries being loaded. All plugins that want to use jQuery-UI should use this plugin as a requirement.",
     "license": "GPLv3+",
-    "version": "1.10.4",
+    "version": "1.12.0",
     "authors": [
         {
             "name": "Thomas Bruederli",
             "email": "roundcube@gmail.com",
             "role": "Lead"
+        },
+        {
+            "name": "Aleksander Machniak",
+            "email": "alec@alec.pl",
+            "role": "Lead"
         }
     ],
     "repositories": [