Skip to content

Commit

Permalink
Update to version 6.4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
deeshrestha committed Aug 22, 2017
1 parent 63f3532 commit a13c2fc
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 @@

Preset for Zurb Foundation 6 scaffolding on new Laravel 5.5.x project.

*Current version*: **Zurb Foundation for sites 6.4.2**
*Current version*: **Zurb Foundation for sites 6.4.3**

## Usage
1. Fresh install Laravel 5.5.x and `cd` to your app.
Expand Down
2 changes: 1 addition & 1 deletion src/ZurbFoundationPreset.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 [
'foundation-sites' => '^6.4.2',
'foundation-sites' => '^6.4.3',
'jquery' => '^3.2.1',
] + Arr::except($packages, ['bootstrap-sass', 'bulma', 'uikit']);
}
Expand Down
2 changes: 1 addition & 1 deletion src/foundation-stubs/views/welcome.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@
</div>

<div class="foundation_button_test">
<p class="framwork_title">Zurb Foundation 6.4.2</p>
<p class="framwork_title">Zurb Foundation 6.4.3</p>
<a class="button primary" href="#">Primary</a>
<a class="button secondary" href="#">Secondary</a>
<a class="button success" href="#">Success</a>
Expand Down

0 comments on commit a13c2fc

Please sign in to comment.