Skip to content

Commit

Permalink
Fix #4 Bower Asset version
Browse files Browse the repository at this point in the history
  • Loading branch information
cinghie committed Jan 4, 2017
1 parent 5c0ca90 commit 71aee9a
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ Changelog
-----------------

<ul>
<li>Version 1.4.5 - Fix #4 Bower Asset version</li>
<li>Version 1.4.4 - Update Bower Asset</li>
<li>Version 1.4.3 - Fix #2 403 forbidden css</li>
<li>Version 1.4.2 - Updated version</li>
Expand Down
2 changes: 1 addition & 1 deletion assets/CookieAsset.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
* @github https://github.com/cinghie/yii2-cookie-consent
* @license GNU GENERAL PUBLIC LICENSE VERSION 3
* @package yii2-cookie-consent
* @version 1.4.4
* @version 1.4.5
*/

namespace cinghie\cookieconsent\assets;
Expand Down
2 changes: 1 addition & 1 deletion widgets/CookieWidget.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
* @github https://github.com/cinghie/yii2-cookie-consent
* @license GNU GENERAL PUBLIC LICENSE VERSION 3
* @package yii2-cookie-consent
* @version 1.4.4
* @version 1.4.5
*/

namespace cinghie\cookieconsent\widgets;
Expand Down
2 changes: 1 addition & 1 deletion widgets/views/cookieWidget.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
* @github https://github.com/cinghie/yii2-cookie-consent
* @license GNU GENERAL PUBLIC LICENSE VERSION 3
* @package yii2-cookie-consent
* @version 1.4.4
* @version 1.4.5
*/

use cinghie\cookieconsent\assets\CookieAsset;
Expand Down

0 comments on commit 71aee9a

Please sign in to comment.