diff --git a/History.md b/History.md index c476112..4110075 100644 --- a/History.md +++ b/History.md @@ -1,4 +1,9 @@ +0.0.3 / 2012-07-16 +================== + + * fix normalization of the root directory. Closes #3 + 0.0.2 / 2012-07-09 ================== diff --git a/package.json b/package.json index a8e5820..2a2070b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "send", - "version": "0.0.2", + "version": "0.0.3", "description": "Better streaming static file server with Range and conditional-GET support", "keywords": ["static", "file", "server"], "author": "TJ Holowaychuk ",