From e1d67261f3dbccf2350afdde73b5e46ee46ac498 Mon Sep 17 00:00:00 2001 From: Gergely Lovas <36536513+gergelylovas@users.noreply.github.com> Date: Tue, 20 Feb 2024 22:14:50 +0100 Subject: [PATCH] fix: version number (#821) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 6f63b9b89..944b4a023 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@avalabs/avalanchejs", - "version": "3.18.0", + "version": "4.0.1", "description": "Avalanche Platform JS Library", "main": "dist/index.js", "types": "dist/index.d.ts",