From 21771a593fcfc8957c850f0706c47fd97dc49493 Mon Sep 17 00:00:00 2001 From: wh1te909 Date: Wed, 5 May 2021 07:25:59 +0000 Subject: [PATCH] bump versions --- api/tacticalrmm/tacticalrmm/settings.py | 10 +++++----- install.sh | 2 +- restore.sh | 2 +- update.sh | 2 +- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/api/tacticalrmm/tacticalrmm/settings.py b/api/tacticalrmm/tacticalrmm/settings.py index 41472457..fe38534f 100644 --- a/api/tacticalrmm/tacticalrmm/settings.py +++ b/api/tacticalrmm/tacticalrmm/settings.py @@ -15,20 +15,20 @@ EXE_DIR = os.path.join(BASE_DIR, "tacticalrmm/private/exe") AUTH_USER_MODEL = "accounts.User" # latest release -TRMM_VERSION = "0.6.6" +TRMM_VERSION = "0.6.7" # bump this version everytime vue code is changed # to alert user they need to manually refresh their browser -APP_VER = "0.0.133" +APP_VER = "0.0.134" # https://github.com/wh1te909/rmmagent -LATEST_AGENT_VER = "1.5.3" +LATEST_AGENT_VER = "1.5.4" MESH_VER = "0.8.19" # for the update script, bump when need to recreate venv or npm install -PIP_VER = "15" -NPM_VER = "14" +PIP_VER = "16" +NPM_VER = "15" SETUPTOOLS_VER = "56.1.0" WHEEL_VER = "0.36.2" diff --git a/install.sh b/install.sh index 49a1330f..5e898b92 100644 --- a/install.sh +++ b/install.sh @@ -1,6 +1,6 @@ #!/bin/bash -SCRIPT_VERSION="46" +SCRIPT_VERSION="47" SCRIPT_URL='https://raw.githubusercontent.com/wh1te909/tacticalrmm/master/install.sh' sudo apt install -y curl wget dirmngr gnupg lsb-release diff --git a/restore.sh b/restore.sh index 67379312..6fe43abf 100755 --- a/restore.sh +++ b/restore.sh @@ -1,6 +1,6 @@ #!/bin/bash -SCRIPT_VERSION="24" +SCRIPT_VERSION="25" SCRIPT_URL='https://raw.githubusercontent.com/wh1te909/tacticalrmm/master/restore.sh' sudo apt update diff --git a/update.sh b/update.sh index 4a5bf2a4..266a3b8c 100644 --- a/update.sh +++ b/update.sh @@ -1,6 +1,6 @@ #!/bin/bash -SCRIPT_VERSION="118" +SCRIPT_VERSION="119" SCRIPT_URL='https://raw.githubusercontent.com/wh1te909/tacticalrmm/master/update.sh' LATEST_SETTINGS_URL='https://raw.githubusercontent.com/wh1te909/tacticalrmm/master/api/tacticalrmm/tacticalrmm/settings.py' YELLOW='\033[1;33m'