Skip to content

Commit a13c2fc

Browse files
committed
Update to version 6.4.3
1 parent 63f3532 commit a13c2fc

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

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

5-
*Current version*: **Zurb Foundation for sites 6.4.2**
5+
*Current version*: **Zurb Foundation for sites 6.4.3**
66

77
## Usage
88
1. Fresh install Laravel 5.5.x and `cd` to your app.

src/ZurbFoundationPreset.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ public static function install($withAuth = false)
4040
protected static function updatePackageArray(array $packages)
4141
{
4242
return [
43-
'foundation-sites' => '^6.4.2',
43+
'foundation-sites' => '^6.4.3',
4444
'jquery' => '^3.2.1',
4545
] + Arr::except($packages, ['bootstrap-sass', 'bulma', 'uikit']);
4646
}

src/foundation-stubs/views/welcome.blade.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@
115115
</div>
116116

117117
<div class="foundation_button_test">
118-
<p class="framwork_title">Zurb Foundation 6.4.2</p>
118+
<p class="framwork_title">Zurb Foundation 6.4.3</p>
119119
<a class="button primary" href="#">Primary</a>
120120
<a class="button secondary" href="#">Secondary</a>
121121
<a class="button success" href="#">Success</a>

0 commit comments

Comments
 (0)