diff --git a/History.md b/History.md index ae9b61c2..9905e881 100644 --- a/History.md +++ b/History.md @@ -1,5 +1,5 @@ -unreleased -========== +1.1.0 / 2014-05-29 +================== * Fix content negotiation when no `Accept` header * Properly support all HTTP methods diff --git a/package.json b/package.json index dc5692b1..3222a015 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "serve-index", "description": "Serve directory listings", - "version": "1.0.3", + "version": "1.1.0", "author": "Douglas Christopher Wilson ", "license": "MIT", "repository": {