From a1d910d0817cd7bf23e3bcd7aa7f83691d58ee8b Mon Sep 17 00:00:00 2001 From: tillarnold Date: Thu, 24 Sep 2015 22:53:34 +0200 Subject: [PATCH] Version 0.2.0 --- README.md | 1 + package.json | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 9785b08..7456751 100644 --- a/README.md +++ b/README.md @@ -9,4 +9,5 @@ Method chaining for the canvas 2d api ## Release History +* 2015-09-24   v0.2.0   small bug fixes * 2014-11-02   v0.1.0   Initial version. diff --git a/package.json b/package.json index 2ea9994..a385e07 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "leinwand", - "version": "0.1.0", + "version": "0.2.0", "description": "Method chaining for the canvas 2d api", "main": "index.js", "scripts": {