From 8dda1b439573a36b97f2b8d3c3cb27e8ec976971 Mon Sep 17 00:00:00 2001 From: Cory Simmons Date: Mon, 16 Mar 2015 23:53:06 -0400 Subject: [PATCH] 0.0.6 bump to reflect docs additions --- bower.json | 2 +- lost.scss | 2 +- lost.styl | 2 +- package.json | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/bower.json b/bower.json index 6bcda9f2..69d3d8bc 100644 --- a/bower.json +++ b/bower.json @@ -4,7 +4,7 @@ "lost.scss", "lost.styl" ], - "version": "0.0.5", + "version": "0.0.6", "homepage": "https://github.com/corysimmons/lost", "authors": [ "Cory Simmons " diff --git a/lost.scss b/lost.scss index d10b4360..517c5bb7 100644 --- a/lost.scss +++ b/lost.scss @@ -1,4 +1,4 @@ -// Lost Grid v0.0.5 - https://github.com/corysimmons/lost +// Lost Grid v0.0.6 - https://github.com/corysimmons/lost $gutter: 30px !default; $breakpoint: 1000px !default; diff --git a/lost.styl b/lost.styl index b91cb79f..60dac494 100644 --- a/lost.styl +++ b/lost.styl @@ -1,4 +1,4 @@ -// Lost Grid v0.0.5 - https://github.com/corysimmons/lost +// Lost Grid v0.0.6 - https://github.com/corysimmons/lost $gutter = 30px $breakpoint = 1000px diff --git a/package.json b/package.json index a00b72b8..1ae0bea3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "lost-grid", - "version": "0.0.5", + "version": "0.0.6", "description": "Fractional grid system in Stylus with Jeet fallback.", "main": "lost.js", "repository": {