From 088d9c9267e8f0e377487840fa517d4299b366ae Mon Sep 17 00:00:00 2001 From: Varga Zsolt Date: Sun, 3 Dec 2023 16:34:02 +0100 Subject: [PATCH] Release 2.1.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 558c779..9d136c8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@hisorange/kernel", - "version": "2.0.0", + "version": "2.1.0", "description": "Async application kernel with context and modular loading support", "main": "build/index.js", "repository": "https://github.com/hisorange/kernel",