Skip to content

Commit

Permalink
🔖 Update version number
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasgruwez committed Mar 23, 2017
1 parent 5df0032 commit e5afde8
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 7 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -36,7 +36,7 @@ To get the waffle grid system in your web page, simply paste this code into the
<!-- or -->
<link rel="stylesheet" href="https://unpkg.com/waffle-grid/dist/waffle-grid.css">
```
or you can install the waffle grid system using a package manager like npm
or you can install the waffle grid system using a package manager like [npm](https://npmjs.com/package/waffle-grid)
```bash
$ npm install waffle-grid
# or
Expand Down
16 changes: 11 additions & 5 deletions docs/_config.yml
Expand Up @@ -10,8 +10,14 @@ url: lucasgruwez.github.io
baseurl: /waffle-grid

# Custom variables
version: v1.3.1
cdn: https://unpkg.com/waffle-grid@1.3.1
repo: https://github.com/lucasgruwez/waffle-grid
download: https://github.com/lucasgruwez/waffle-grid/releases/download/v1.3.1/waffle-grid.min.css
docs: https://github.com/lucasgruwez/waffle-grid/wiki
version: v1.3.2
cdn: https://unpkg.com/waffle-grid
repo: https://github.com/lucasgruwez/waffle-grid
download: https://github.com/lucasgruwez/waffle-grid/releases/download/v1.3.2/waffle-grid.min.css
docs: https://github.com/lucasgruwez/waffle-grid/wiki
stargazers: https://github.com/lucasgruwez/waffle-grid/stargazers

npm: https://npmjs.com/package/waffle-grid
author:
github: https://github.com/lucasgruwez
twitter: https://twitter.com/lucasgruwez
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "waffle-grid",
"version": "1.3.1",
"version": "1.3.2",
"description": "An easy to use flexbox grid system",
"main": "dist/waffle-grid.min.css",
"repository": {
Expand Down

0 comments on commit e5afde8

Please sign in to comment.