diff --git a/HISTORY.md b/HISTORY.md index f26052b4..c97af1c6 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,5 +1,5 @@ -unreleased -========== +1.6.3 / 2015-03-13 +================== * Properly escape file names in HTML * deps: accepts@~1.2.5 diff --git a/package.json b/package.json index 867ab632..80110c90 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "serve-index", "description": "Serve directory listings", - "version": "1.6.2", + "version": "1.6.3", "author": "Douglas Christopher Wilson ", "license": "MIT", "repository": "expressjs/serve-index",