From e35387e30d7c95ece4c1be424a7751ec0d181296 Mon Sep 17 00:00:00 2001 From: soyboy Date: Thu, 21 Dec 2023 17:08:17 -0800 Subject: [PATCH] bumping minor version --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index d8b90c30..314a5be3 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@uniswap/sdk-core", "license": "MIT", - "version": "4.0.9", + "version": "4.0.10", "description": "⚒️ An SDK for building applications on top of Uniswap V3", "main": "dist/index.js", "typings": "dist/index.d.ts",