Skip to content

Commit

Permalink
Version 1.4.8
Browse files Browse the repository at this point in the history
  • Loading branch information
kangax committed Jul 9, 2014
1 parent 1663b56 commit 01972ad
Show file tree
Hide file tree
Showing 7 changed files with 1,052 additions and 624 deletions.
2 changes: 1 addition & 1 deletion HEADER.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*! Fabric.js Copyright 2008-2014, Printio (Juriy Zaytsev, Maxim Chernyak) */

var fabric = fabric || { version: "1.4.7" };
var fabric = fabric || { version: "1.4.8" };
if (typeof exports !== 'undefined') {
exports.fabric = fabric;
}
Expand Down
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "fabric.js",
"version": "1.4.7",
"version": "1.4.8",
"homepage": "http://fabricjs.com",
"authors": [
"kangax", "Kienz"
Expand Down
Loading

0 comments on commit 01972ad

Please sign in to comment.