From aef2b519f23769bdb2f6ef904b09ec24e26d3b69 Mon Sep 17 00:00:00 2001 From: lucasgruwez Date: Mon, 13 Mar 2017 16:32:52 +1100 Subject: [PATCH] :package: :bookmark: Update NPM and config.yml to new version --- docs/_config.yml | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/_config.yml b/docs/_config.yml index 57478b7..92d6d1c 100644 --- a/docs/_config.yml +++ b/docs/_config.yml @@ -10,8 +10,8 @@ url: lucasgruwez.github.io baseurl: /waffle-grid # Custom variables -version: v1.2.2 +version: v1.3.0 cdn: https://unpkg.com/waffle-grid repo: https://github.com/lucasgruwez/waffle-grid -download: https://github.com/lucasgruwez/waffle-grid/releases/download/v1.2.2/waffle-grid.min.css +download: https://github.com/lucasgruwez/waffle-grid/releases/download/v1.3.0/waffle-grid.min.css docs: https://github.com/lucasgruwez/waffle-grid/wiki diff --git a/package.json b/package.json index 52b55e2..e86444b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "waffle-grid", - "version": "1.2.2", + "version": "1.3.0", "description": "An easy to use flexbox grid system", "main": "dist/waffle-grid.min.css", "repository": {