Release 0.9.0

This commit is contained in:
Mattias Erming 2014-08-05 02:00:33 -07:00
parent 790f28a0f2
commit 56acb0d811

View file

@ -1,7 +1,7 @@
{
"name": "shout",
"description": "A web IRC client",
"version": "0.8.12",
"version": "0.9.0",
"homepage": "http://github.com/erming/shout",
"author": {
"name": "Mattias Erming",
@ -25,6 +25,9 @@
"width": 1024,
"height": 640
},
"bin": {
"shout": "index.js"
},
"scripts": {
"start": "node index.js start"
},