Skip to content

Commit 6334678

Browse files
committed
🔖 Update docs and packege version
Updated version everywhere
1 parent e954e05 commit 6334678

File tree

4 files changed

+15
-4
lines changed

4 files changed

+15
-4
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ $ npm install waffle-grid
4242
# or
4343
$ bower install waffle-grid
4444
```
45-
If you want you can still download the waffle grid [here](https://github.com/lucasgruwez/waffle-grid/releases/download/v1.3.0/waffle-grid.min.css).
45+
If you want you can still download the waffle grid [here](https://github.com/lucasgruwez/waffle-grid/releases/download/v1.3.1/waffle-grid.min.css).
4646

4747
## Docs
4848

docs/_config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ url: lucasgruwez.github.io
1010
baseurl: /waffle-grid
1111

1212
# Custom variables
13-
version: v1.3.0
13+
version: v1.3.1
1414
cdn: https://unpkg.com/waffle-grid
1515
repo: https://github.com/lucasgruwez/waffle-grid
16-
download: https://github.com/lucasgruwez/waffle-grid/releases/download/v1.3.0/waffle-grid.min.css
16+
download: https://github.com/lucasgruwez/waffle-grid/releases/download/v1.3.1/waffle-grid.min.css
1717
docs: https://github.com/lucasgruwez/waffle-grid/wiki

docs/_includes/example.html

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,17 @@
1818
<div class="box" title="col col-7-of-12 center"></div>
1919
</div>
2020
</div>
21+
<div class="row">
22+
<div class="col col-5-of-12">
23+
<div class="box" title="col col-5-of-12"></div>
24+
</div>
25+
<div class="col w-auto">
26+
<div class="box" title="col w-auto"></div>
27+
</div>
28+
<div class="col w-auto">
29+
<div class="box" title="col w-auto"></div>
30+
</div>
31+
</div>
2132
<div class="row">
2233
<div class="col col-2-of-8 col-m-1-of-4 col-s-2-of-4">
2334
<div class="box" title="col col-2-of-8 col-m-1-of-4 col-s-2-of-4"></div>

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "waffle-grid",
3-
"version": "1.3.0",
3+
"version": "1.3.1",
44
"description": "An easy to use flexbox grid system",
55
"main": "dist/waffle-grid.min.css",
66
"repository": {

0 commit comments

Comments
 (0)