diff --git a/README.md b/README.md index 2385611..63e6b2a 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ | **Author** | John Haverlack | | **Copyright** | 2026 John Haverlack | | **License** | MIT | -| **Version** | 0.3.8 | +| **Version** | 0.3.9 | | **Date** | 2026-02-08 | ## Overview diff --git a/docs/DESIGN.md b/docs/DESIGN.md index df5a246..f3080dc 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.8 | +| **Version** | 0.3.9 | | **Date** | 2026-02-08 | ## Overview diff --git a/metadata.json b/metadata.json index e60810b..6ed1abc 100644 --- a/metadata.json +++ b/metadata.json @@ -3,7 +3,7 @@ "name": "sdl", "description": "Software Defined Laboratory", "abbr": "SDL", - "version": "0.3.8", + "version": "0.3.9", "version_date": "2026-02-08", "maturity": "ALPHA", "author": "John Haverlack", diff --git a/sdl-mgr/app/package.json b/sdl-mgr/app/package.json index 94c0a84..127d102 100644 --- a/sdl-mgr/app/package.json +++ b/sdl-mgr/app/package.json @@ -1,6 +1,6 @@ { "name": "sdl-mgr", - "version": "0.3.8", + "version": "0.3.9", "version_date": "2026-02-08", "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 25821ae..fd93636 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.8", + "version": "0.3.9", "version_date": "2026-02-08", "main": "index.js", "type": "module",