From 47b75c849ad1e41f958f128e592061c8b012ad51 Mon Sep 17 00:00:00 2001 From: Eric Zhong Date: Fri, 29 Mar 2024 13:05:07 -0400 Subject: [PATCH] release: bump version to 2.0.3 (#171) * bump version to 2.0.3 * 1.9.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 3f3718a..88c1b51 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@uniswap/universal-router-sdk", - "version": "2.0.0", + "version": "1.9.0", "description": "sdk for integrating with the Universal Router contracts", "main": "dist/index.js", "typings": "dist/index.d.ts",