From ef54df731e18d33ba33562479c8e51e618817b81 Mon Sep 17 00:00:00 2001 From: Douglas Christopher Wilson Date: Fri, 19 Sep 2014 08:09:55 -0700 Subject: [PATCH] 0.1.1 --- HISTORY.md | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/HISTORY.md b/HISTORY.md index ac864bf..32fe9df 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,5 +1,5 @@ -unreleased -========== +0.1.1 / 2014-09-19 +================== * Fix invalid characters appearing in `filename*` parameter diff --git a/package.json b/package.json index c212a21..281b695 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "content-disposition", "description": "Create an attachment Content-Disposition header", - "version": "0.1.0", + "version": "0.1.1", "contributors": [ "Douglas Christopher Wilson " ],