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