From 406ad0586ebdcf2cd871ea7c0b3ac7c3ae317fa0 Mon Sep 17 00:00:00 2001 From: Tommaso Allevi Date: Wed, 15 Nov 2023 11:44:14 +0100 Subject: [PATCH] 0.1.4 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 0c70a44..905f715 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "seqproto", - "version": "0.1.3", + "version": "0.1.4", "type": "module", "description": "More than fast serialization / deserialization utility for your structured data", "main": "./dist/cjs/index.js",