From 517e45f01af67a22677ae99ca44593f8f0d52057 Mon Sep 17 00:00:00 2001 From: Asko Nõmm Date: Sun, 13 Apr 2025 22:54:31 +0300 Subject: Update package version and fix import name in docs --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'package.json') diff --git a/package.json b/package.json index a7216aa..785e2e8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@askonmm/eventx", - "version": "1.0.1", + "version": "1.0.3", "description": "A scalable event-driven application framework.", "main": "dist/eventx.cjs", "module": "dist/eventx.js", -- cgit v1.2.3