Version 1.0.5

This commit is contained in:
kangax 2013-02-03 17:01:39 +01:00
parent 107dcfcbd6
commit 953f2a2d15
3 changed files with 3 additions and 3 deletions

View file

@ -1,6 +1,6 @@
/*! Fabric.js Copyright 2008-2013, Printio (Juriy Zaytsev, Maxim Chernyak) */
var fabric = fabric || { version: "1.0.4" };
var fabric = fabric || { version: "1.0.5" };
if (typeof exports !== 'undefined') {
exports.fabric = fabric;

2
dist/all.js vendored
View file

@ -1,7 +1,7 @@
/* build: `node build.js modules=ALL exclude=gestures` */
/*! Fabric.js Copyright 2008-2013, Printio (Juriy Zaytsev, Maxim Chernyak) */
var fabric = fabric || { version: "1.0.4" };
var fabric = fabric || { version: "1.0.5" };
if (typeof exports !== 'undefined') {
exports.fabric = fabric;

View file

@ -1,7 +1,7 @@
{
"name": "fabric",
"description": "Object model for HTML5 canvas, and SVG-to-canvas parser. Backed by jsdom and node-canvas.",
"version": "1.0.4",
"version": "1.0.5",
"author": "Juriy Zaytsev <kangax@gmail.com>",
"keywords": ["canvas", "graphic", "graphics", "SVG", "node-canvas", "parser", "HTML5", "object model"],
"repository": "git://github.com/kangax/fabric.js",