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