From b9ff17af7ce2548a93e34001dcb75777561cae17 Mon Sep 17 00:00:00 2001 From: Pavan Kumar Sunkara Date: Sun, 25 Jan 2015 14:53:44 +0530 Subject: [PATCH] Version bump v1.1.0 --- ReadMe.md | 4 +--- package.json | 2 +- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/ReadMe.md b/ReadMe.md index aea4b9a..f139bd5 100644 --- a/ReadMe.md +++ b/ReadMe.md @@ -25,8 +25,6 @@ ### background colors - - - bgBlack - bgRed - bgGreen @@ -173,7 +171,7 @@ colors.setTheme({ }); // outputs underlined blue text -console.log(colors.info('Listening on ') + colors.link('http://0.0.0.0:' + port) ); +console.log(colors.info('Listening on ') + colors.link('http://0.0.0.0:' + port)); ``` *Protip: There is a secret undocumented style in `colors`. If you find the style you can summon him.* diff --git a/package.json b/package.json index d759f3b..a896254 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "colors", "description": "get colors in your node.js console", - "version": "1.0.3", + "version": "1.1.0", "author": "Marak Squires", "homepage": "https://github.com/Marak/colors.js", "bugs": "https://github.com/Marak/colors.js/issues",