Version bump v1.1.0

This commit is contained in:
Pavan Kumar Sunkara 2015-01-25 14:53:44 +05:30
parent e64daad776
commit b9ff17af7c
2 changed files with 2 additions and 4 deletions

View File

@ -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.*

View File

@ -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",