From 62b398017573eae3f399e29773f70dd66afa7fb8 Mon Sep 17 00:00:00 2001 From: Marcus Pousette Date: Wed, 17 Jan 2024 10:47:31 +0100 Subject: [PATCH] fix: bump v --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 2d55cf35..ad59e6e1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@dao-xyz/borsh", - "version": "5.2.0", + "version": "5.2.1", "readme": "README.md", "homepage": "https://github.com/dao-xyz/borsh-ts#README", "description": "Binary Object Representation Serializer for Hashing simplified with decorators",