chore: reconcile manifest versions to v0.2.2 baseline
All checks were successful
Build and Test / Build Agent (Windows) (push) Successful in 7m14s
Build and Test / Build Server (Linux) (push) Successful in 11m25s
Build and Test / Security Audit (push) Successful in 7m13s
Build and Test / Build Summary (push) Successful in 1m2s

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) <noreply@anthropic.com>
This commit is contained in:
2026-05-31 16:50:59 -07:00
parent 96f9c0ab45
commit 16586c4a1b
4 changed files with 5 additions and 5 deletions

View File

@@ -1,6 +1,6 @@
[package] [package]
name = "guruconnect" name = "guruconnect"
version = "0.2.0" version = "0.2.2"
edition = "2021" edition = "2021"
authors = ["AZ Computer Guru"] authors = ["AZ Computer Guru"]
description = "GuruConnect Remote Desktop - Agent and Viewer" description = "GuruConnect Remote Desktop - Agent and Viewer"

View File

@@ -1,12 +1,12 @@
{ {
"name": "@guruconnect/dashboard", "name": "@guruconnect/dashboard",
"version": "2.0.0", "version": "0.2.2",
"lockfileVersion": 3, "lockfileVersion": 3,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "@guruconnect/dashboard", "name": "@guruconnect/dashboard",
"version": "2.0.0", "version": "0.2.2",
"license": "Proprietary", "license": "Proprietary",
"dependencies": { "dependencies": {
"@fontsource/hanken-grotesk": "^5.0.8", "@fontsource/hanken-grotesk": "^5.0.8",

View File

@@ -1,6 +1,6 @@
{ {
"name": "@guruconnect/dashboard", "name": "@guruconnect/dashboard",
"version": "2.0.0", "version": "0.2.2",
"description": "GuruConnect v2 operator dashboard", "description": "GuruConnect v2 operator dashboard",
"author": "AZ Computer Guru", "author": "AZ Computer Guru",
"license": "Proprietary", "license": "Proprietary",

View File

@@ -1,6 +1,6 @@
[package] [package]
name = "guruconnect-server" name = "guruconnect-server"
version = "0.2.0" version = "0.2.2"
edition = "2021" edition = "2021"
authors = ["AZ Computer Guru"] authors = ["AZ Computer Guru"]
description = "GuruConnect Remote Desktop Relay Server" description = "GuruConnect Remote Desktop Relay Server"