From 656dc3525d251b289174f65d984ef2e5a6ae2a33 Mon Sep 17 00:00:00 2001 From: cryptofish7 Date: Tue, 15 Jun 2021 11:11:49 -0400 Subject: [PATCH] v0.1.11 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 52870cf..0cec1a1 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@traderjoe-xyz/sdk", "license": "MIT", - "version": "0.1.10", + "version": "0.1.11", "description": "🛠 An SDK for building applications on top of Trader Joe.", "main": "dist/index.js", "typings": "dist/index.d.ts",