diff --git a/package.json b/package.json index aef031d51..8d1bc824a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "hubot", - "version": "2.0.7", + "version": "2.1.0", "author": "hubot", "keywords": "github hubot campfire bot", "description": "A simple helpful Robot for your Company", diff --git a/src/templates/package.json b/src/templates/package.json index 902a1e260..b6f02a811 100644 --- a/src/templates/package.json +++ b/src/templates/package.json @@ -15,7 +15,7 @@ }, "dependencies": { - "hubot": "2.0.7", + "hubot": "2.1.0", "hubot-scripts": "2.0.2", "optparse": "1.0.3" }