From ac1429ddf307c218336fc02a0da818c8a6c6837f Mon Sep 17 00:00:00 2001 From: Marak Date: Thu, 2 Oct 2014 21:55:07 +0200 Subject: [PATCH] [dist] Bump v1.0.2 --- ReadMe.md | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ReadMe.md b/ReadMe.md index ea33503..beb5b14 100644 --- a/ReadMe.md +++ b/ReadMe.md @@ -164,4 +164,4 @@ console.log(colors.error("this is an error")); console.log(colors.warn("this is a warning")); ``` -*Protip: There is a secret undocumented style in `colors`. If you find the style you can summon him.* +*Protip: There is a secret undocumented style in `colors`. If you find the style you can summon him.* \ No newline at end of file diff --git a/package.json b/package.json index e565ce9..483e1f2 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "colors", "description": "get colors in your node.js console", - "version": "1.0.1", + "version": "1.0.2", "author": "Marak Squires", "homepage": "https://github.com/Marak/colors.js", "bugs": "https://github.com/Marak/colors.js/issues",