From 4c74b6484c25cfc1679d1ad28db46f8e501ae0ea Mon Sep 17 00:00:00 2001 From: Chad Engler Date: Wed, 19 Jun 2013 13:24:17 -0700 Subject: [PATCH] version bump to v1.2.0 --- package.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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" } }