diff --git a/README.md b/README.md index 2c8e5c6..23acda2 100644 --- a/README.md +++ b/README.md @@ -9,6 +9,7 @@ Method chaining for the canvas 2d api ## Release History +* 2016-07-12   v0.4.0   Add `drawImage` method * 2015-12-05   v0.3.0   add more utility functions * 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 b04643e..da278e1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "leinwand", - "version": "0.3.0", + "version": "0.4.0", "description": "Method chaining for the canvas 2d api", "main": "index.js", "scripts": {