From c168ee7ba4385229fbd126ef9bcb68cc7b002fde Mon Sep 17 00:00:00 2001 From: Josh Date: Sun, 29 Nov 2020 02:44:29 +0000 Subject: [PATCH] bump app version and mesh version --- api/tacticalrmm/tacticalrmm/settings.py | 2 +- docker/containers/tactical-meshcentral/dockerfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/api/tacticalrmm/tacticalrmm/settings.py b/api/tacticalrmm/tacticalrmm/settings.py index 570c3f03..95300534 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.92" +APP_VER = "0.0.93" # https://github.com/wh1te909/salt LATEST_SALT_VER = "1.1.0" diff --git a/docker/containers/tactical-meshcentral/dockerfile b/docker/containers/tactical-meshcentral/dockerfile index 520a6f73..8b109cc8 100644 --- a/docker/containers/tactical-meshcentral/dockerfile +++ b/docker/containers/tactical-meshcentral/dockerfile @@ -8,7 +8,7 @@ RUN apk add --no-cache bash SHELL ["/bin/bash", "-c"] -RUN npm install meshcentral@0.6.62 +RUN npm install meshcentral@0.6.84 COPY docker/containers/tactical-meshcentral/entrypoint.sh / RUN chmod +x /entrypoint.sh