diff options
Diffstat (limited to 'modules/system/system.module')
-rw-r--r-- | modules/system/system.module | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/system/system.module b/modules/system/system.module index 6badde7c2..822c559ec 100644 --- a/modules/system/system.module +++ b/modules/system/system.module @@ -1087,7 +1087,7 @@ function system_library() { $libraries['jquery-bbq'] = array( 'title' => 'jQuery BBQ', 'website' => 'http://benalman.com/projects/jquery-bbq-plugin/', - 'version' => '1.0.2', + 'version' => '1.2.1', 'js' => array( 'misc/jquery.ba-bbq.js' => array(), ), |