This commit is contained in:
coderaiser 2012-12-12 03:10:32 -05:00
parent 5c5be0946c
commit 153f1073d4
2 changed files with 3 additions and 3 deletions

View file

@ -1,4 +1,4 @@
2012.10.*, Version 0.1.8
2012.12.12, Version 0.1.8
* Added ability to shutdown Cloud Commander
thru terminal command: "cloudcmd exit"

View file

@ -1,6 +1,6 @@
{
"name": "cloudcmd",
"version": "0.1.7",
"version": "0.1.8",
"author": "coderaiser <mnemonic.enemy@gmail.com> (https://github.com/coderaiser)",
"description": "Two-panels file manager, totally writed on js.",
"homepage": "https://github.com/coderaiser/cloudcmd",
@ -15,7 +15,7 @@
"node": "0.6.17",
"subdomain": "cloudcmd",
"dependencies": {
"minify": "0.1.7",
"minify": "0.1.8",
"socket.io": "0.9.10"
},
"devDependencies": {},