From 2f26b23d79e1718dca746780e6a457a9fbce921e Mon Sep 17 00:00:00 2001 From: jsy1218 <91580504+jsy1218@users.noreply.github.com> Date: Fri, 26 Jan 2024 09:55:08 -0800 Subject: [PATCH] 4.0.1 (#154) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index d5f3c2011..293cc1d1a 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@uniswap/v2-sdk", "license": "MIT", - "version": "4.0.0", + "version": "4.0.1", "description": "🛠 An SDK for building applications on top of Uniswap V2", "main": "dist/index.js", "typings": "dist/index.d.ts",