From 87bbe6758afb2411243c684162d4f03817df12be Mon Sep 17 00:00:00 2001 From: Kenneth Ormandy Date: Wed, 3 Dec 2014 14:39:20 -0800 Subject: [PATCH] v0.1.1 - Removes unnecessary SVG code #1, thanks @pedromaltez - Code style fixes #1, thanks again @pedromaltez - Adds very basic test - Published to Bower --- bower.json | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/bower.json b/bower.json index e11c84d..a205448 100644 --- a/bower.json +++ b/bower.json @@ -1,6 +1,6 @@ { "name": "preprocessor-logos", - "version": "0.1.0", + "version": "0.1.1", "homepage": "https://github.com/chloi/preprocessor-logos", "description": "A collection of single-colour, vector preprocessor logos.", "authors": [ diff --git a/package.json b/package.json index 846f267..f51df61 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "preprocessor-logos", - "version": "0.1.0", "description": "A collection of single-colour, vector preprocessor logos.", + "version": "0.1.1", "homepage": "https://github.com/chloi/preprocessor-logos#readme", "repository": "git@github.com:chloi/preprocessor-logos.git", "private": true,