From 35396c3553fc0b89f0abb7381dee90f2ff28be31 Mon Sep 17 00:00:00 2001 From: Cory Simmons Date: Fri, 3 Apr 2015 05:11:23 -0400 Subject: [PATCH] 4.0.0 :ship: --- bower.json | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/bower.json b/bower.json index b39dfb1a..f31b6993 100644 --- a/bower.json +++ b/bower.json @@ -4,7 +4,7 @@ "lost.scss", "lost.styl" ], - "version": "3.0.6", + "version": "4.0.0", "homepage": "https://github.com/corysimmons/lost", "authors": [ "Cory Simmons " diff --git a/package.json b/package.json index 75388a08..5ad4c09d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "lost-grid", - "version": "3.0.6", + "version": "4.0.0", "description": "SCSS or Stylus fractional grid system built with calc(), based on Bootstrap, with a modified Jeet fallback.", "main": "stylus/lost.js", "repository": {