From a4eab3119e2047db0ca33daf69c6c03a7f5f6e3a Mon Sep 17 00:00:00 2001 From: ThatTonybo Date: Tue, 12 Aug 2025 00:51:11 +1000 Subject: [PATCH] Bumped version --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index cbcec34..fa724ef 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ipc-client", - "version": "0.0.1", + "version": "0.0.2", "module": "dist/index.js", "type": "module", "files": ["dist/**/*"],