From 91f73003f653cf456e0451a6e146160fba4a38c1 Mon Sep 17 00:00:00 2001 From: James Ng Date: Wed, 11 Dec 2024 15:13:13 +0700 Subject: [PATCH] publish version v1.0.7 Signed-off-by: James Ng --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 1d4eea7..2eb9380 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@minswap/minswap-tokens", - "version": "1.0.6", + "version": "1.0.7", "description": "The merge of deprecated verified-tokens and market-cap repositories, which contains a list of tokens, exposes APIs for transparent access to circulating supply and total supply.", "main": "build/index.js", "module": "build/index.es.js",