Published v1.0.4

This commit is contained in:
Robin Nilsson 2014-09-25 23:46:15 +02:00
parent fb38738d2f
commit 507df4ea58
2 changed files with 2 additions and 3 deletions

View File

@ -76,7 +76,6 @@ Client:
/title Set your local page title /title Set your local page title
Room: Room:
/generate Generate random room
/join RoomId Join a room /join RoomId Join a room
/leave Leave the room /leave Leave the room
/count Count participants /count Count participants

View File

@ -1,6 +1,6 @@
{ {
"name" : "cryptalk", "name" : "cryptalk",
"version" : "1.0.3", "version" : "1.0.4",
"description" : "Encrypted HTML5/Node.JS instant chat", "description" : "Encrypted HTML5/Node.JS instant chat",
"main" : "server.js", "main" : "server.js",
"subdomain": "cryptalk", "subdomain": "cryptalk",