diff --git a/api/tacticalrmm/tacticalrmm/settings.py b/api/tacticalrmm/tacticalrmm/settings.py index c0f49ccc33..8e72e9dab6 100644 --- a/api/tacticalrmm/tacticalrmm/settings.py +++ b/api/tacticalrmm/tacticalrmm/settings.py @@ -15,14 +15,14 @@ AUTH_USER_MODEL = "accounts.User" # latest release -TRMM_VERSION = "0.8.2" +TRMM_VERSION = "0.8.3" # bump this version everytime vue code is changed # to alert user they need to manually refresh their browser -APP_VER = "0.0.144" +APP_VER = "0.0.145" # https://github.com/wh1te909/rmmagent -LATEST_AGENT_VER = "1.6.1" +LATEST_AGENT_VER = "1.6.2" MESH_VER = "0.9.16" @@ -30,7 +30,7 @@ # for the update script, bump when need to recreate venv or npm install PIP_VER = "21" -NPM_VER = "21" +NPM_VER = "22" SETUPTOOLS_VER = "57.5.0" WHEEL_VER = "0.37.0"