Release 0.4.0

This commit is contained in:
Mattias Erming 2014-06-15 19:33:01 +02:00
parent e506522eac
commit 20a87bc852
3 changed files with 6 additions and 2 deletions

View file

@ -120,6 +120,9 @@ button {
#sidebar a:hover .close {
opacity: .4;
}
#sidebar a[href="#sign-in"] {
display: none;
}
#sidebar h1,
#sidebar h2 {
color: #fff;

View file

@ -1,2 +1,3 @@
process.chdir(__dirname);
require("./lib/server")();
var listen = require("./lib/server");
listen();

View file

@ -1,7 +1,7 @@
{
"name": "shout",
"description": "The modern IRC client",
"version": "1.0.0-alpha4",
"version": "0.4.0",
"homepage": "http://github.com/erming/shout",
"author": {
"name": "Mattias Erming",