From 572b9be3633ef7c24f7434f336cc0c62f1f3e2ec Mon Sep 17 00:00:00 2001 From: John Haverlack Date: Sat, 4 Jul 2026 19:56:20 -0800 Subject: [PATCH] Start v0.1.2 --- README.md | 2 +- docs/DESIGN.md | 2 +- metadata.json | 2 +- nwa/app/package.json | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index c98d838..2c4ac02 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ | **Author** | John Haverlack | | **Copyright** | 2026 John Haverlack | | **License** | MIT | -| **Version** | 0.1.1 | +| **Version** | 0.1.2 | | **Date** | 2026-07-04 | ## Overview diff --git a/docs/DESIGN.md b/docs/DESIGN.md index 2adf54a..3537df3 100644 --- a/docs/DESIGN.md +++ b/docs/DESIGN.md @@ -5,7 +5,7 @@ | **Author** | John Haverlack | | **Copyright** | 2026 John Haverlack | | **License** | MIT | -| **Version** | 0.1.1 | +| **Version** | 0.1.2 | | **Date** | 2026-07-04 | ## Overview diff --git a/metadata.json b/metadata.json index 77f83e3..52e8699 100644 --- a/metadata.json +++ b/metadata.json @@ -3,7 +3,7 @@ "name": "nwa", "description": "Node Web App", "abbr": "NWA", - "version": "0.1.1", + "version": "0.1.2", "version_date": "2026-07-04", "maturity": "PROD", "author": "John Haverlack", diff --git a/nwa/app/package.json b/nwa/app/package.json index 5a26259..868a57e 100644 --- a/nwa/app/package.json +++ b/nwa/app/package.json @@ -1,6 +1,6 @@ { "name": "nwa", - "version": "0.1.1", + "version": "0.1.2", "version_date": "2026-07-04", "description": "Node Web App", "main": "index.js",