updated pixi version number

This commit is contained in:
Mat Groves 2014-02-13 15:50:16 +00:00
parent abceb5cb71
commit 9706622bce

View file

@ -16,7 +16,7 @@ PIXI.WEBGL_RENDERER = 0;
PIXI.CANVAS_RENDERER = 1;
// useful for testing against if your lib is using pixi.
PIXI.VERSION = "v1.4.4";
PIXI.VERSION = "v1.5.0";
// the various blend modes supported by pixi
PIXI.blendModes = {