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