From 39147b52221bf792cc51795a4b43429f9c29a937 Mon Sep 17 00:00:00 2001 From: cryptofish7 Date: Fri, 4 Jun 2021 22:25:34 -0400 Subject: [PATCH] v0.1.7 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 3bffd09..038be8e 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@traderjoe-xyz/sdk", "license": "MIT", - "version": "0.1.6", + "version": "0.1.7", "description": "🛠 An SDK for building applications on top of Trader Joe.", "main": "dist/index.js", "typings": "dist/index.d.ts",