From 2be399c3a2cc38b00d1dc40d4f1d80686d4dba9a Mon Sep 17 00:00:00 2001 From: Cory Simmons Date: Thu, 2 Apr 2015 02:25:40 -0400 Subject: [PATCH] 3.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 449a9aff..f9e749bf 100644 --- a/bower.json +++ b/bower.json @@ -4,7 +4,7 @@ "lost.scss", "lost.styl" ], - "version": "2.0.3", + "version": "3.0.0", "homepage": "https://github.com/corysimmons/lost", "authors": [ "Cory Simmons " diff --git a/package.json b/package.json index d652f0e9..f53d7c69 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "lost-grid", - "version": "2.0.3", + "version": "3.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": {