From a5a9ac4da8f41c69d84d263eb58945c61d81aa29 Mon Sep 17 00:00:00 2001 From: Devon Govett Date: Tue, 18 Feb 2014 00:01:11 -0800 Subject: [PATCH] Release 0.4.1 --- .gitignore | 3 ++- .npmignore | 1 + package.json | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 7127923..17e0763 100644 --- a/.gitignore +++ b/.gitignore @@ -6,4 +6,5 @@ lib/font/tables/.DS_Store /node_modules/ /tests/ node-zlib/ -src/ \ No newline at end of file +src/ +playground/ \ No newline at end of file diff --git a/.npmignore b/.npmignore index 21ec5cd..520a23b 100644 --- a/.npmignore +++ b/.npmignore @@ -3,4 +3,5 @@ node-modules/ demo/ src/ lib/ +playground/ index.js \ No newline at end of file diff --git a/package.json b/package.json index 66a3eae..6a988ff 100644 --- a/package.json +++ b/package.json @@ -9,7 +9,7 @@ "document", "vector" ], - "version": "0.4.0", + "version": "0.4.1", "homepage": "http://pdfkit.org/", "author": { "name": "Devon Govett",