Release 0.4.0
This commit is contained in:
parent
e506522eac
commit
20a87bc852
@ -120,6 +120,9 @@ button {
|
||||
#sidebar a:hover .close {
|
||||
opacity: .4;
|
||||
}
|
||||
#sidebar a[href="#sign-in"] {
|
||||
display: none;
|
||||
}
|
||||
#sidebar h1,
|
||||
#sidebar h2 {
|
||||
color: #fff;
|
||||
|
3
index.js
3
index.js
@ -1,2 +1,3 @@
|
||||
process.chdir(__dirname);
|
||||
require("./lib/server")();
|
||||
var listen = require("./lib/server");
|
||||
listen();
|
||||
|
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user