From a224e79c1f30d9fdc9c1f7a23a384d0f817374e9 Mon Sep 17 00:00:00 2001 From: wh1te909 Date: Wed, 2 Dec 2020 04:51:05 +0000 Subject: [PATCH] bump mesh and vue --- api/tacticalrmm/tacticalrmm/settings.py | 4 ++-- install.sh | 2 +- restore.sh | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/api/tacticalrmm/tacticalrmm/settings.py b/api/tacticalrmm/tacticalrmm/settings.py index a986b78c..28f9d76a 100644 --- a/api/tacticalrmm/tacticalrmm/settings.py +++ b/api/tacticalrmm/tacticalrmm/settings.py @@ -19,7 +19,7 @@ TRMM_VERSION = "0.2.3" # bump this version everytime vue code is changed # to alert user they need to manually refresh their browser -APP_VER = "0.0.93" +APP_VER = "0.0.94" # https://github.com/wh1te909/salt LATEST_SALT_VER = "1.1.0" @@ -27,7 +27,7 @@ LATEST_SALT_VER = "1.1.0" # https://github.com/wh1te909/rmmagent LATEST_AGENT_VER = "1.1.0" -MESH_VER = "0.6.84" +MESH_VER = "0.7.9" SALT_MASTER_VER = "3002.2" diff --git a/install.sh b/install.sh index 5af5365d..f43f8ebb 100644 --- a/install.sh +++ b/install.sh @@ -210,7 +210,7 @@ print_green 'Installing MeshCentral' sudo mkdir -p /meshcentral/meshcentral-data sudo chown ${USER}:${USER} -R /meshcentral cd /meshcentral -npm install meshcentral@0.6.84 +npm install meshcentral@0.7.9 sudo chown ${USER}:${USER} -R /meshcentral meshcfg="$(cat << EOF diff --git a/restore.sh b/restore.sh index b6757c03..7c742c00 100755 --- a/restore.sh +++ b/restore.sh @@ -212,7 +212,7 @@ print_green 'Restoring MeshCentral' sudo tar -xzf $tmp_dir/meshcentral/mesh.tar.gz -C / sudo chown ${USER}:${USER} -R /meshcentral cd /meshcentral -npm install meshcentral@0.6.84 +npm install meshcentral@0.7.9 print_green 'Restoring the backend'