From d51a1a4208d5aaf947a3b2f15c1bf389c4deff72 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bjo=CC=88rn=20Dahlgren?= Date: Fri, 29 May 2020 15:02:10 +0200 Subject: [PATCH] Add support for Arma 3 x64 Linux server --- README.md | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 9052ef9..a6463c2 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,7 @@ A simple to use web admin panel for Arma servers. - arma2 - arma2oa - arma3 -- arma3_x64 (does not support linux) +- arma3_x64 - cwa (does not support linux) - ofp - ofpresistance diff --git a/package.json b/package.json index b459b36..1a886d3 100644 --- a/package.json +++ b/package.json @@ -17,7 +17,7 @@ ] }, "dependencies": { - "arma-server": "0.0.7", + "arma-server": "0.0.9", "async": "^0.9.0", "backbone": "1.3.3", "backbone.bootstrap-modal": "https://github.com/powmedia/backbone.bootstrap-modal/archive/632210077c2424be2ee6ea2aafe0d3fe016ae524.tar.gz",