From 3fb87dec98580ebad28c32c6a82c4389cff76668 Mon Sep 17 00:00:00 2001 From: tillarnold Date: Sun, 2 Nov 2014 20:43:43 +0100 Subject: [PATCH] Version 0.1.0 --- README.md | 4 ++++ package.json | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index c58571a..9785b08 100644 --- a/README.md +++ b/README.md @@ -6,3 +6,7 @@ Method chaining for the canvas 2d api + + +## Release History +* 2014-11-02   v0.1.0   Initial version. diff --git a/package.json b/package.json index fdac794..5503b24 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "leinwand", - "version": "0.0.0", + "version": "0.1.0", "description": "Method chaining for the canvas 2d api", "main": "index.js", "scripts": {