Bump version to 1.2.5

- Updated root package.json to 1.2.5
- Updated backend package.json to 1.2.5
- Updated frontend package.json to 1.2.5
- Agent script already has AGENT_VERSION=1.2.5
This commit is contained in:
Muhammad Ibrahim
2025-09-20 13:02:24 +01:00
parent 1cdd6eba6d
commit 0d10d7ee9b
3 changed files with 3 additions and 3 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "patchmon-backend",
"version": "1.2.4",
"version": "1.2.5",
"description": "Backend API for Linux Patch Monitoring System",
"main": "src/server.js",
"scripts": {

View File

@@ -1,7 +1,7 @@
{
"name": "patchmon-frontend",
"private": true,
"version": "1.2.4",
"version": "1.2.5",
"type": "module",
"scripts": {
"dev": "vite",

View File

@@ -1,6 +1,6 @@
{
"name": "patchmon",
"version": "1.2.4",
"version": "1.2.5",
"description": "Linux Patch Monitoring System",
"private": true,
"workspaces": [