From 96761a6bc3ef1e883a769c020fec81b25c65f811 Mon Sep 17 00:00:00 2001 From: Morgan Wigmanich Date: Sat, 13 Jun 2015 14:01:48 -0400 Subject: [PATCH] 0.7.2 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index acf884f..2f937bb 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "iconr", - "version": "0.7.1", + "version": "0.7.2", "description": "CLI tool that consumes a directory of SVG images and outputs a CSS file of inlined data as well as a directory of PNG images for fallback if necessary.", "preferGlobal": true, "main": "./bin/iconr.js",