Deviations, oh the horror!

This commit is contained in:
photonstorm 2015-02-12 09:44:47 +00:00
parent a672e4adca
commit e9a77d95eb

View file

@ -36,7 +36,7 @@ PIXI.CANVAS_RENDERER = 1;
* @property {String} VERSION
* @static
*/
PIXI.VERSION = "v2.2.0";
PIXI.VERSION = "v2.2.1c";
/**
* Various blend modes supported by pixi. IMPORTANT - The WebGL renderer only supports the NORMAL, ADD, MULTIPLY and SCREEN blend modes.