From 38ffd46e1cd9ffe60a41d5a05e2c6a77888794b0 Mon Sep 17 00:00:00 2001 From: cryptofish7 Date: Tue, 27 Apr 2021 01:07:23 -0400 Subject: [PATCH] v0.1.1 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 602635a..457a04d 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@joe-defi/sdk", "license": "MIT", - "version": "0.1.0", + "version": "0.1.1", "description": "🛠 An SDK for building applications on top of Joe DeFi.", "main": "dist/index.js", "typings": "dist/index.d.ts",