From 16586c4a1b38ee39e249d0254ae70533274a13e8 Mon Sep 17 00:00:00 2001 From: Mike Swanson Date: Sun, 31 May 2026 16:50:59 -0700 Subject: [PATCH] chore: reconcile manifest versions to v0.2.2 baseline agent + server Cargo.toml hardcoded 0.2.0 (below the workspace.package 0.2.2 and the last release tag v0.2.2); dashboard was on a divergent 2.0.0 scheme. Align all component manifests + the dashboard lockfile to the v0.2.2 baseline so the next release bumps them coherently to 0.3.0 rather than decreasing the dashboard. No code change. Co-Authored-By: Claude Opus 4.8 (1M context) --- agent/Cargo.toml | 2 +- dashboard/package-lock.json | 4 ++-- dashboard/package.json | 2 +- server/Cargo.toml | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/agent/Cargo.toml b/agent/Cargo.toml index e92093d..96e85d4 100644 --- a/agent/Cargo.toml +++ b/agent/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "guruconnect" -version = "0.2.0" +version = "0.2.2" edition = "2021" authors = ["AZ Computer Guru"] description = "GuruConnect Remote Desktop - Agent and Viewer" diff --git a/dashboard/package-lock.json b/dashboard/package-lock.json index 67d89ce..09124b3 100644 --- a/dashboard/package-lock.json +++ b/dashboard/package-lock.json @@ -1,12 +1,12 @@ { "name": "@guruconnect/dashboard", - "version": "2.0.0", + "version": "0.2.2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@guruconnect/dashboard", - "version": "2.0.0", + "version": "0.2.2", "license": "Proprietary", "dependencies": { "@fontsource/hanken-grotesk": "^5.0.8", diff --git a/dashboard/package.json b/dashboard/package.json index 507527a..4d75fa3 100644 --- a/dashboard/package.json +++ b/dashboard/package.json @@ -1,6 +1,6 @@ { "name": "@guruconnect/dashboard", - "version": "2.0.0", + "version": "0.2.2", "description": "GuruConnect v2 operator dashboard", "author": "AZ Computer Guru", "license": "Proprietary", diff --git a/server/Cargo.toml b/server/Cargo.toml index 5801f98..ae61ea0 100644 --- a/server/Cargo.toml +++ b/server/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "guruconnect-server" -version = "0.2.0" +version = "0.2.2" edition = "2021" authors = ["AZ Computer Guru"] description = "GuruConnect Remote Desktop Relay Server"