diff --git a/README.md b/README.md index 4cff0d1..b6a89bf 100644 --- a/README.md +++ b/README.md @@ -11,5 +11,6 @@ Utility functions for the HTML5 canvas Demo on [requirebin](http://requirebin.com/?gist=48c497080c0d4f1dea9a) ## Release History -* 2014-09-12   v0.1.0   Add CanvasEventEmitter +* 2014-09-26   v0.2.0   Add contextmenu event. +* 2014-09-12   v0.1.0   Add CanvasEventEmitter. * 2014-08-16   v0.0.1   Initial version. diff --git a/package.json b/package.json index ed207d2..2c4bf47 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "canvas-utils", - "version": "0.1.0", + "version": "0.2.0", "description": "Utility functions for the HTML5 canvas", "main": "index.js", "scripts": {