From 47a879512247a3b161c88566d86bcb1dbbbabba7 Mon Sep 17 00:00:00 2001 From: Iwo Plaza Date: Thu, 18 Jul 2024 14:54:39 +0200 Subject: [PATCH] v4.0.1 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 1661b1a..5f44312 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "typed-binary", - "version": "4.0.0", + "version": "4.0.1", "description": "Describe binary structures with full TypeScript support. Encode and decode into pure JavaScript objects.", "packageManager": "pnpm@8.15.8+sha256.691fe176eea9a8a80df20e4976f3dfb44a04841ceb885638fe2a26174f81e65e", "main": "dist/cjs/index.js",