From 5db10ab4f7d508fc40882dfdeac6e5433b9a531a Mon Sep 17 00:00:00 2001 From: John Haverlack Date: Sat, 31 Jan 2026 14:07:46 -0900 Subject: [PATCH] Start v0.3.2 --- README.md | 2 +- docs/DESIGN.md | 2 +- metadata.json | 2 +- sdl-mgr/app/package.json | 2 +- sdl-wkr/app/package.json | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index fde0343..a8a199d 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ | **Author** | John Haverlack | | **Copyright** | 2026 John Haverlack | | **License** | MIT | -| **Version** | 0.3.1 | +| **Version** | 0.3.2 | | **Date** | 2026-01-31 | ## Overview diff --git a/docs/DESIGN.md b/docs/DESIGN.md index 458fb53..3a8074f 100644 --- a/docs/DESIGN.md +++ b/docs/DESIGN.md @@ -5,7 +5,7 @@ | **Author** | John Haverlack | | **Copyright** | 2026 John Haverlack | | **License** | MIT | -| **Version** | 0.3.1 | +| **Version** | 0.3.2 | | **Date** | 2026-01-31 | diff --git a/metadata.json b/metadata.json index 9e574e2..c6005fa 100644 --- a/metadata.json +++ b/metadata.json @@ -3,7 +3,7 @@ "name": "sdl", "description": "Software Defined Laboratory", "abbr": "SDL", - "version": "0.3.1", + "version": "0.3.2", "version_date": "2026-01-31", "maturity": "ALPHA", "author": "John Haverlack", diff --git a/sdl-mgr/app/package.json b/sdl-mgr/app/package.json index 16a23d6..ea7145d 100644 --- a/sdl-mgr/app/package.json +++ b/sdl-mgr/app/package.json @@ -1,6 +1,6 @@ { "name": "sdl-mgr", - "version": "0.3.1", + "version": "0.3.2", "version_date": "2026-01-31", "description": "Software Defined Laboratory: Manager (sdl-mgr)", "main": "index.js", diff --git a/sdl-wkr/app/package.json b/sdl-wkr/app/package.json index f360c3f..a427617 100644 --- a/sdl-wkr/app/package.json +++ b/sdl-wkr/app/package.json @@ -1,7 +1,7 @@ { "name": "sdl-wkr", "description": "Software Defined Laboratory: Worker (sdl-wkr)", - "version": "0.3.1", + "version": "0.3.2", "version_date": "2026-01-31", "main": "index.js", "type": "module",