From 62af1110d73becf1dc49caa67e1ff9703773117a Mon Sep 17 00:00:00 2001 From: cliffhall Date: Tue, 25 Nov 2025 12:56:22 -0500 Subject: [PATCH] * In package.json - set version number to 1.0.4 - in advertently missed this in 1.0.3 and pubilsh failed --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index ab43182..d8f779d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@puremvc/puremvc-typescript-util-async-command", - "version": "1.0.2", + "version": "1.0.4", "description": "PureMVC AsyncCommand Utility for TypeScript", "main": "./bin/cjs/index.js", "module": "bin/esm/index.js",