fix(ipc): Patch release prep: bump patch version and release minor fixes

This commit is contained in:
2025-08-25 08:41:11 +00:00
parent ab26281c03
commit 50aad0e5c1
2 changed files with 7 additions and 1 deletions

View File

@@ -3,6 +3,6 @@
*/
export const commitinfo = {
name: '@push.rocks/smartipc',
version: '2.0.2',
version: '2.0.3',
description: 'A library for node inter process communication, providing an easy-to-use API for IPC.'
}