From 4404882bc162f0091bc97ebebff043c8a3e6a34c Mon Sep 17 00:00:00 2001 From: kangax Date: Sun, 27 Nov 2011 23:59:18 -0500 Subject: [PATCH] Update package.json to fabric 0.7. --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 9b8f5c51..be15eae4 100644 --- a/package.json +++ b/package.json @@ -1,10 +1,10 @@ { "name": "fabric", "description": "Object model for HTML5 canvas, and SVG-to-canvas parser. Backed by jsdom and node-canvas.", - "version": "0.6.13", + "version": "0.7", "author": "Juriy Zaytsev ", "keywords": ["canvas", "graphic", "graphics", "SVG", "node-canvas", "parser", "HTML5", "object model"], - "repository": "git://github.com/kangax/fabric.js", + "repository": "git://github.com/kangax/fabric.js", "scripts": { "build": "node build.js modules=ALL" },