Skip to content

Commit 54a6815

Browse files
committed
Update extension version
1 parent 114b127 commit 54a6815

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
Bulma Frontend Preset For Laravel Framework 5.5 and Up
44

5-
*Current version*: **Bulma 0.7.1** + **Bulma Extensions 1.0.14**
5+
*Current version*: **Bulma 0.7.1** + **Bulma Extensions 1.0.30**
66

77

88
## Usage

src/BulmaPreset.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ protected static function updatePackageArray(array $packages)
4141
{
4242
return [
4343
'bulma' => '^0.7.1',
44-
'bulma-extensions' => '^1.0.14',
44+
'bulma-extensions' => '^1.0.30',
4545
] + Arr::except($packages, ['bootstrap-sass', 'foundation-sites']);
4646
}
4747

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

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

114114
<div class="foundation_button_test">
115115
<p class="framwork_title">Bulma 0.7.1</p>
116-
<p class="framwork_title">Bulma Extension 1.0.14</p>
116+
<p class="framwork_title">Bulma Extension 1.0.30</p>
117117

118118
<div class="block">
119119
<a class="button is-primary">Primary</a>

0 commit comments

Comments
 (0)