From 9874c62a1a6102ee2c76aef50cdc23b57fcb384d Mon Sep 17 00:00:00 2001 From: Kevin Cui Date: Tue, 27 May 2025 18:35:55 +0800 Subject: [PATCH] chore(version): dump version to v2.2.2 Signed-off-by: Kevin Cui --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 97384c5..4c877b3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@oomol-lab/ovm", - "version": "2.2.1", + "version": "2.2.2", "description": "oomol virtual machine", "main": "src/index.ts", "module": "src/index.ts",