From 5769394c412b559cc3c11d50e4ee52939cb06248 Mon Sep 17 00:00:00 2001 From: Douglas Christopher Wilson Date: Sat, 20 Sep 2014 00:26:04 -0700 Subject: [PATCH] 0.2.0 --- HISTORY.md | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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 " ],