diff --git a/README.md b/README.md index c375bf7..67b5774 100644 --- a/README.md +++ b/README.md @@ -31,6 +31,7 @@ A simple to use web admin panel for Arma servers. - arma2 - arma2oa - arma3 +- arma3_x64 (does not support linux) - cwa (does not support linux) - ofp - ofpresistance diff --git a/package.json b/package.json index 4def05c..904126d 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ "test": "node node_modules/mocha/bin/mocha --recursive" }, "dependencies": { - "arma-server": "0.0.4", + "arma-server": "0.0.5", "async": "^0.9.0", "express": "3.x", "express-resource": "~1.0.0",