This commit is contained in:
John Haverlack 2026-02-07 07:34:34 -09:00
parent 78b3ae2763
commit 0cb6fb8aa3
5 changed files with 5 additions and 5 deletions

View File

@ -6,7 +6,7 @@
| **Copyright** | 2026 John Haverlack |
| **License** | MIT |
| **Version** | 0.3.8 |
| **Date** | 2026-02-01 |
| **Date** | 2026-02-07 |
## Overview

View File

@ -6,7 +6,7 @@
| **Copyright** | 2026 John Haverlack |
| **License** | MIT |
| **Version** | 0.3.8 |
| **Date** | 2026-02-01 |
| **Date** | 2026-02-07 |
## Overview

View File

@ -4,7 +4,7 @@
"description": "Software Defined Laboratory",
"abbr": "SDL",
"version": "0.3.8",
"version_date": "2026-02-01",
"version_date": "2026-02-07",
"maturity": "ALPHA",
"author": "John Haverlack",
"copyright": "2026 John Haverlack",

View File

@ -1,7 +1,7 @@
{
"name": "sdl-mgr",
"version": "0.3.8",
"version_date": "2026-02-01",
"version_date": "2026-02-07",
"description": "Software Defined Laboratory: Manager (sdl-mgr)",
"main": "index.js",
"type": "module",

View File

@ -2,7 +2,7 @@
"name": "sdl-wkr",
"description": "Software Defined Laboratory: Worker (sdl-wkr)",
"version": "0.3.8",
"version_date": "2026-02-01",
"version_date": "2026-02-07",
"main": "index.js",
"type": "module",
"scripts": {