Skip to content

Commit

Permalink
Release version 3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
yidas committed Sep 29, 2018
1 parent b729463 commit d0791a6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"require": {
"php": ">=5.4.0",
"yiisoft/yii2": "~2.0.6",
"twbs/bootstrap": "~4.0",
"twbs/bootstrap": "~3.0",
"yidas/yii2-jquery": "~2.0"
},
"autoload": {
Expand Down
6 changes: 3 additions & 3 deletions src/BootstrapAsset.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* Bootstrap Dependent Source Asset
*
* @author Nick Tsai <[email protected]>
* @version 4.0.0
* @version 3.0.0
* @package twbs/bootstrap
* @see https://github.com/twbs/bootstrap
*/
Expand All @@ -24,9 +24,9 @@ class BootstrapAsset extends \yii\web\AssetBundle
];

/**
* @var string CDN version for CDN mode, eg. `'4.1.3'`
* @var string CDN version for CDN mode, eg. `'3.3.7'`
*/
public $cdnVersion = '4.1.3';
public $cdnVersion = '3.3.7';

/**
* @var bool Enable or disable CDN mode
Expand Down

0 comments on commit d0791a6

Please sign in to comment.