Skip to content

Commit

Permalink
Update extension version
Browse files Browse the repository at this point in the history
  • Loading branch information
deeshrestha committed May 16, 2018
1 parent 114b127 commit 54a6815
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Bulma Frontend Preset For Laravel Framework 5.5 and Up

*Current version*: **Bulma 0.7.1** + **Bulma Extensions 1.0.14**
*Current version*: **Bulma 0.7.1** + **Bulma Extensions 1.0.30**


## Usage
Expand Down
2 changes: 1 addition & 1 deletion src/BulmaPreset.php
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ protected static function updatePackageArray(array $packages)
{
return [
'bulma' => '^0.7.1',
'bulma-extensions' => '^1.0.14',
'bulma-extensions' => '^1.0.30',
] + Arr::except($packages, ['bootstrap-sass', 'foundation-sites']);
}

Expand Down
2 changes: 1 addition & 1 deletion src/bulma-stubs/views/welcome.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@

<div class="foundation_button_test">
<p class="framwork_title">Bulma 0.7.1</p>
<p class="framwork_title">Bulma Extension 1.0.14</p>
<p class="framwork_title">Bulma Extension 1.0.30</p>

<div class="block">
<a class="button is-primary">Primary</a>
Expand Down

0 comments on commit 54a6815

Please sign in to comment.