From 27e858fe57a44fbb50a137e4fefcb3bee982dd6f Mon Sep 17 00:00:00 2001 From: Koray Koska <11356621+koraykoska@users.noreply.github.com> Date: Wed, 27 Dec 2023 14:30:22 +0100 Subject: [PATCH] fix: patch version release --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 387f704c..064e909f 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "publishConfig": { "access": "public" }, - "version": "4.0.0", + "version": "4.0.1", "description": "⚒️ An SDK for building applications on top of Uniswap V3", "main": "dist/index.js", "typings": "dist/index.d.ts",