diff --git a/backend/package.json b/backend/package.json index 51afcca..5b04665 100644 --- a/backend/package.json +++ b/backend/package.json @@ -1,6 +1,6 @@ { "name": "patchmon-backend", - "version": "1.3.2", + "version": "1.3.3", "description": "Backend API for Linux Patch Monitoring System", "license": "AGPL-3.0", "main": "src/server.js", diff --git a/frontend/package.json b/frontend/package.json index 5de649f..f63c113 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -1,7 +1,7 @@ { "name": "patchmon-frontend", "private": true, - "version": "1.3.2", + "version": "1.3.3", "license": "AGPL-3.0", "type": "module", "scripts": { diff --git a/package.json b/package.json index fa6772b..435d54c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "patchmon", - "version": "1.3.2", + "version": "1.3.3", "description": "Linux Patch Monitoring System", "license": "AGPL-3.0", "private": true, diff --git a/setup.sh b/setup.sh index ff67972..811d64b 100755 --- a/setup.sh +++ b/setup.sh @@ -34,7 +34,7 @@ BLUE='\033[0;34m' NC='\033[0m' # No Color # Global variables -SCRIPT_VERSION="self-hosting-install.sh v1.3.2-selfhost-2025-10-31-1" +SCRIPT_VERSION="self-hosting-install.sh v1.3.3-selfhost-2025-11-07" DEFAULT_GITHUB_REPO="https://github.com/PatchMon/PatchMon.git" FQDN="" CUSTOM_FQDN=""