From 153c0584fdbf66b76f28418a071f31cddc5c8155 Mon Sep 17 00:00:00 2001 From: Danny Daniil Date: Wed, 14 Feb 2024 13:58:59 -0500 Subject: [PATCH] chore: bump to 1.7.1 #163 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index c372664c..9c805abe 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@uniswap/universal-router-sdk", - "version": "1.7.0", + "version": "1.7.1", "description": "sdk for integrating with the Universal Router contracts", "main": "dist/index.js", "typings": "dist/index.d.ts",