diff --git a/package.json b/package.json index 34e3e5e..f7b172c 100644 --- a/package.json +++ b/package.json @@ -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" } }