diff --git a/package.json b/package.json index e564c1c..83a82e1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "Tweetlight", - "version": "3.0.1", + "version": "3.0.2", "private": true, "description": "Display your latest tweets with pure JavaScript and PHP OAuth Library", "scripts": { @@ -14,6 +14,6 @@ "license": "MIT", "devDependencies": { "grunt": "~0.4.5", - "grunt-contrib-uglify": "~0.5.1" + "grunt-contrib-uglify": "~0.7.0" } }