Skip to content

Commit 02e3542

Browse files
committed
Updated npm packages
1 parent 56dfc87 commit 02e3542

4 files changed

Lines changed: 2015 additions & 2010 deletions

File tree

boost/boost.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* @author Matthew McNaney <mcnaneym@appstate.edu>
55
*/
66
$proper_name = 'Carousel for Bootstrap';
7-
$version = '2.0.7';
7+
$version = '2.0.8';
88
$import_sql = false;
99
$image_dir = true;
1010
?>

boost/update.php

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,11 @@ function carousel_update(&$content, $version)
8484
$content[] = '<pre>2.0.7
8585
--------------------
8686
+ Updated all packages
87+
</pre>';
88+
case version_compare($version, '2.0.8', '<'):
89+
$content[] = '<pre>2.0.8
90+
--------------------
91+
+ Updated all packages
8792
</pre>';
8893
} // end of switch
8994

0 commit comments

Comments
 (0)