From b2f3196d58962597e463c759868b4d8d189eb646 Mon Sep 17 00:00:00 2001 From: Siyu Jiang <91580504+jsy1218@users.noreply.github.com> Date: Mon, 11 Sep 2023 12:08:27 -0700 Subject: [PATCH] v3.2.1 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index ce40288c1..74aaa962f 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@uniswap/v2-sdk", "license": "MIT", - "version": "3.2.0", + "version": "3.2.1", "description": "🛠 An SDK for building applications on top of Uniswap V2", "main": "dist/index.js", "typings": "dist/index.d.ts",