diff --git a/HISTORY.md b/HISTORY.md index ec3faa9..df0cd5e 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,5 +1,5 @@ -unreleased -========== +0.2.0 / 2014-09-19 +================== * Reduce ambiguity of file names with hex escape in buggy browsers diff --git a/package.json b/package.json index ab00def..899d962 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "content-disposition", "description": "Create an attachment Content-Disposition header", - "version": "0.1.2", + "version": "0.2.0", "contributors": [ "Douglas Christopher Wilson " ],