From 4f5197fb7a82180869ae01eff2c5c8edc1b97898 Mon Sep 17 00:00:00 2001 From: Mariusz Nowak Date: Mon, 12 Dec 2011 15:05:59 +0100 Subject: [PATCH] Update version number --- CHANGES | 3 +++ package.json | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGES b/CHANGES index 624754e..e195f39 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,6 @@ +v0.1.5 -- 2011.12.12 +* Cleared npm warning for misnamed property in package.json + v0.1.4 -- 2011.10.05 * Added bright color variants diff --git a/package.json b/package.json index e075e43..4af728b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cli-color", - "version": "0.1.4", + "version": "0.1.5", "description": "Colors, formatting and other tools for the console", "keywords": ["ansi", "color", "console", "terminal", "cli", "shell", "log", "logging", "xterm"], "author": "Mariusz Nowak (http://www.medikoo.com/)",