Skip to content

Commit

Permalink
Update Bulma version
Browse files Browse the repository at this point in the history
  • Loading branch information
deeshrestha committed May 7, 2018
1 parent 200ee83 commit 114b127
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 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.0** + **Bulma Extensions 1.0.14**
*Current version*: **Bulma 0.7.1** + **Bulma Extensions 1.0.14**


## Usage
Expand Down
2 changes: 1 addition & 1 deletion src/BulmaPreset.php
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ public static function install($withAuth = false)
protected static function updatePackageArray(array $packages)
{
return [
'bulma' => '^0.7.0',
'bulma' => '^0.7.1',
'bulma-extensions' => '^1.0.14',
] + Arr::except($packages, ['bootstrap-sass', 'foundation-sites']);
}
Expand Down
2 changes: 1 addition & 1 deletion src/bulma-stubs/bulma.sass
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
@charset "utf-8"
/*! bulma.io v0.7.0 | MIT License | github.com/jgthms/bulma */
/*! bulma.io v0.7.1 | MIT License | github.com/jgthms/bulma */

@import "initial-variables.sass"

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 @@ -112,7 +112,7 @@
</div>

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

<div class="block">
Expand Down

0 comments on commit 114b127

Please sign in to comment.