Skip to content

Commit

Permalink
Bumping version for publish
Browse files Browse the repository at this point in the history
  • Loading branch information
jgable committed Feb 23, 2013
1 parent abbc282 commit 183b95c
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,15 @@
{
"name": "hubot-irc",
"version": "0.1.9",
"version": "0.1.10",
"author": "Fernando Ortiz <fortiz2k@gmail.com>",
"description": "IRC adapter for Hubot 2.3",
"keywords": "hubot irc adapter",
"licenses": [{
"type": "MIT",
"url": "http://github.com/nandub/hubot-irc/raw/master/LICENSE"
}],
"licenses": [
{
"type": "MIT",
"url": "http://github.com/nandub/hubot-irc/raw/master/LICENSE"
}
],
"repository": {
"type": "git",
"url": "git://github.com/nandub/hubot-irc.git"
Expand All @@ -20,7 +22,5 @@
"dependencies": {
"irc": "0.3.6"
},
"devDependencies": {
"coffee-script": "1.1.3"
}
"devDependencies": {}
}

0 comments on commit 183b95c

Please sign in to comment.