version bump to v1.2.0

This commit is contained in:
Chad Engler 2013-06-19 13:24:17 -07:00
parent d7529e9f19
commit 4c74b6484c

View file

@ -1,6 +1,6 @@
{
"name": "Pixi.JS",
"version": "1.1.0",
"version": "1.2.0",
"description": "Pixi.js is a fast lightweight 2D library that works across all devices.",
"author": "Mat Groves",
@ -19,11 +19,11 @@
"dependencies": {},
"devDependencies": {
"grunt": "~0.4.x",
"grunt-contrib-jshint": "0.3.x",
"grunt-contrib-jshint": "0.6.x",
"grunt-contrib-uglify": "0.2.x",
"grunt-contrib-connect": "0.2.x",
"grunt-contrib-connect": "0.3.x",
"grunt-contrib-qunit": "0.2.x",
"grunt-contrib-yuidoc": "0.4.x",
"grunt-contrib-concat": "0.1.x"
"grunt-contrib-concat": "0.3.x"
}
}