From ffc292bef48c4789d571a7c6aa53bd828772041b Mon Sep 17 00:00:00 2001 From: Matt McKegg Date: Sat, 15 Oct 2016 18:46:56 +1300 Subject: [PATCH] 0.6.2 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 4ebf9b6..e47b6d0 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "author": "Matt McKegg (https://twitter.com/MattMcKegg)", "name": "micro-css", "description": "A CSS preprocessor that provides a simplified object orientated approach to css. The syntax is very similar to CSS but encourages better reuse of classes and discourages high specificity.", - "version": "0.6.1", + "version": "0.6.2", "repository": { "type": "git", "url": "git://github.com/mmckegg/micro-css.git"