Skip to content

Commit

Permalink
Upgrade to release v1.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kartik-v committed Dec 17, 2014
1 parent e0a9151 commit 89b2ac6
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions PluginAssetBundle.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
/**
* @copyright Copyright © Kartik Visweswaran, Krajee.com, 2014
* @package yii2-krajee-base
* @version 1.5.0
* @version 1.6.0
*/

namespace kartik\base;
Expand All @@ -16,12 +16,10 @@
*/
class PluginAssetBundle extends AssetBundle
{

public $depends = [
'yii\web\YiiAsset',
'yii\bootstrap\BootstrapAsset',
'yii\bootstrap\BootstrapPluginAsset'
];

}

0 comments on commit 89b2ac6

Please sign in to comment.