From 61f2929a35b7588ee707c02ab64512c3fac5f61f Mon Sep 17 00:00:00 2001 From: Douglas Christopher Wilson Date: Sun, 27 Apr 2014 19:49:05 -0400 Subject: [PATCH] 4.1.1 --- History.md | 5 +++++ package.json | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/History.md b/History.md index c78d6f05..291d7bba 100644 --- a/History.md +++ b/History.md @@ -1,3 +1,8 @@ +4.1.1 / 2014-04-27 +================== + + * fix package.json to reflect supported node version + 4.1.0 / 2014-04-24 ================== diff --git a/package.json b/package.json index 83041b2c..2753dff5 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "express", "description": "Sinatra inspired web development framework", - "version": "4.1.0", + "version": "4.1.1", "author": "TJ Holowaychuk ", "contributors": [ { -- 2.11.4.GIT