From f706321e915e23fa63a972f96bdb188fe9dfda5f Mon Sep 17 00:00:00 2001 From: Oliver Moran Date: Sun, 3 May 2015 14:44:32 +0100 Subject: [PATCH] bump version --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 705482950..73b78a259 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "jimp", - "version": "0.2.0", + "version": "0.2.1", "description": "An image processing library written entirely in JavaScript (i.e. zero external or native dependencies).", "main": "jimp.js", "scripts": {