From 69c5036db7c6d8eb6ad0980a435789e1956e7f6c Mon Sep 17 00:00:00 2001 From: marco-ippolito Date: Sat, 16 Dec 2023 10:39:30 +0100 Subject: [PATCH] 0.2.3 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 9914248..5bc3116 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "fiume", "type": "module", - "version": "0.2.2", + "version": "0.2.3", "description": "lightweight javascript/typescript state machine", "types": "dist/index.d.ts", "main": "./dist/index.js",