Skip to content

Commit

Permalink
🔖 Update docs and packege version
Browse files Browse the repository at this point in the history
Updated version everywhere
  • Loading branch information
lucasgruwez committed Mar 13, 2017
1 parent e954e05 commit 6334678
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -42,7 +42,7 @@ $ npm install waffle-grid
# or
$ bower install waffle-grid
```
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).
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).

## Docs

Expand Down
4 changes: 2 additions & 2 deletions docs/_config.yml
Expand Up @@ -10,8 +10,8 @@ url: lucasgruwez.github.io
baseurl: /waffle-grid

# Custom variables
version: v1.3.0
version: v1.3.1
cdn: https://unpkg.com/waffle-grid
repo: https://github.com/lucasgruwez/waffle-grid
download: https://github.com/lucasgruwez/waffle-grid/releases/download/v1.3.0/waffle-grid.min.css
download: https://github.com/lucasgruwez/waffle-grid/releases/download/v1.3.1/waffle-grid.min.css
docs: https://github.com/lucasgruwez/waffle-grid/wiki
11 changes: 11 additions & 0 deletions docs/_includes/example.html
Expand Up @@ -18,6 +18,17 @@
<div class="box" title="col col-7-of-12 center"></div>
</div>
</div>
<div class="row">
<div class="col col-5-of-12">
<div class="box" title="col col-5-of-12"></div>
</div>
<div class="col w-auto">
<div class="box" title="col w-auto"></div>
</div>
<div class="col w-auto">
<div class="box" title="col w-auto"></div>
</div>
</div>
<div class="row">
<div class="col col-2-of-8 col-m-1-of-4 col-s-2-of-4">
<div class="box" title="col col-2-of-8 col-m-1-of-4 col-s-2-of-4"></div>
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "waffle-grid",
"version": "1.3.0",
"version": "1.3.1",
"description": "An easy to use flexbox grid system",
"main": "dist/waffle-grid.min.css",
"repository": {
Expand Down

0 comments on commit 6334678

Please sign in to comment.